Releases: GwtMaterialDesign/gwt-material-table
Releases · GwtMaterialDesign/gwt-material-table
Release 2.8.3
Fixed Potential NPE on Category
Release 2.8.1
DataTable categories should always use the Category ID to track open/closed categories
Fixed potential NPE on Pager
Release 2.7.1
Added a way to customize category widget when Setting up category factory
Release 2.7.0
- MaterialDataPager - added BeforePageChangeEvent
- Added Column Reset Sort handler.
- Integrate Page Carousel Slider for datatable paging (UX Improvements).
- Column add ability to set classname.
- Added option to hide column.
- More fixes Category Component
Release 2.6.1
Merge pull request #214 from GwtMaterialDesign/release_2.6.1 Release 2.6.1
Release 2.6.0
- RowComponent support highlighting rows.
- Added a convenient method showRowLoading(T data) and hideRowLoading(T data) on DataView
- DataPager added new Type SIMPLE.
- DataPager added new Type SIMPLE.
- DataTable Help support.
- Column Help support
- Minor Fixed on HelpWidget to stop propagation during sorting.
- BUG: DataTable default sort is not using the value to sort by correctly
- Add ability for Column to use remote sort or not.
- DataTable column header and values should automatically truncate value
Release 2.5.0
- ComputedColumns
- FooterColumns
- CategoryColumns
- Formats and Blank Placeholders
- Category&Row - Modes
- StickyFooter
Release 2.5.0-rc1
New Features and Enhancements
- UI - When using InfiniteDataTable we have a content placeholder / loader on each rows which are waiting.
- Initial implementation of datatable's accessibility controls.
- Added dark theme support for focusable styles on datatable & pager.
- Add programmatic row expansion/collapse
- DataTable Responsiveness will now depend on user. Add "responsive" style name to the datatable to enable mobile responsiveness.
- Initial update to support a category pair (Breaking Change) Please Refer to this link for the updates https://github.com/GwtMaterialDesign/gmd-table-demo/tree/master/src/main/java/gmd/datatable/demo/client/application/categorized/components
- Clean up and allow access to the DataSource DataView
- Category and Row Component Mode support. (ENABLED, DISABLED & HIDDEN)
- DataView - added convenience method to hide / clear table bodys overflow.
- DataTable Updates - we can now have a convenience lamda method of getValue on table.addColumn(ColumnValueProvider).
- Add Column formatting support for DateColumn, IntegerColumn, DoubleColumn etc.
- Add Blank placeholder option for all Columns as a fallback when rendering null values.
- ComputedColumn support - ability to access the whole data, category data and the current data to perform mathematical operations.
- DataTable added a new Scaffolding panel called "Footer" to be added after the tablebody and will be fixed when scrolling.
Fixes
Release 2.4.2
Fixed security for XSS Vulnerability
Bump junit from 4.12 to 4.13.1
Release 2.4.1
Merge pull request #201 from GwtMaterialDesign/release_2.4.1 Release 2.4.1