-
Notifications
You must be signed in to change notification settings - Fork 31
Changelog
kevzlou7979 edited this page May 9, 2017
·
12 revisions
- Updated documentation links for MD Specifications
- Version change - from 1.0 - 2.0 (Sync all GMD Versions)
- Added new Table Modules - GwtMaterialTableBasic & GwtMaterialTableBasicDebug
- Proper fix for removing the Dropdown Column header on DataTable.
- Proper fix for unloading tables.
- Add destroyOnUnload() option.
- Bug Fixes
- #33
- #48
- Fixed issue on Table Container that is not clearing every time we call onLoad() twice.
- Improve tear down when the table is detached.
- Fixed Table is loaded several times #28
- Give access to the clear methods. (Fixes #29)
- Provide the row model in row expansions.
- Clean up pom.xml.
- Fix potential compilation issues.
- Added support for more complex column/cell styling.
- Supports for Remote Sorting
- Clean up and fix InfiniteDataView loading issues.
- Clean up and refactoring of the Data Pager.
- Supports for Remote sorting
- Make possible to load data asychronously with DataSource
- Bug Fixes
- Potential Menu Bug
- Non-contextual jquery calls
- Menu Toggling issues
A complex table component designed for the material design specifications Supported examples:
- Standard Table
- Infinite Table
- Paged Table
- Context Menu Table