Skip to content

Releases: GwtMaterialDesign/gwt-material-table

Release 2.8.3

02 Nov 06:26
91648dd
Compare
Choose a tag to compare

Fixed Potential NPE on Category

Release 2.8.1

22 Sep 00:23
Compare
Choose a tag to compare

DataTable categories should always use the Category ID to track open/closed categories
Fixed potential NPE on Pager

Release 2.7.1

20 Jun 03:14
5fcd15b
Compare
Choose a tag to compare

Added a way to customize category widget when Setting up category factory

Release 2.7.0

08 May 08:49
c93139b
Compare
Choose a tag to compare
  • 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

04 Aug 20:18
0bff183
Compare
Choose a tag to compare
Merge pull request #214 from GwtMaterialDesign/release_2.6.1

Release 2.6.1

Release 2.6.0

23 Jul 07:37
e23ef0e
Compare
Choose a tag to compare
  • 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

06 Sep 23:25
Compare
Choose a tag to compare
  • ComputedColumns
  • FooterColumns
  • CategoryColumns
  • Formats and Blank Placeholders
  • Category&Row - Modes
  • StickyFooter

Release 2.5.0-rc1

24 Feb 10:37
6f834d6
Compare
Choose a tag to compare
Release 2.5.0-rc1 Pre-release
Pre-release

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

  • Fix a critical bug on InfiniteDataView load failures
  • Fix constructor AbstractDataTable(TableScaffolding scaffolding)
  • Fixed #206 #206

Release 2.4.2

28 Dec 09:48
3187875
Compare
Choose a tag to compare

Fixed security for XSS Vulnerability
Bump junit from 4.12 to 4.13.1

Release 2.4.1

26 Sep 03:43
d44c8f3
Compare
Choose a tag to compare
Merge pull request #201 from GwtMaterialDesign/release_2.4.1

Release 2.4.1