Releases: mbrn/material-table
v1.15.0
Jan 31, 2019
Version 1.15.0 published.
Grouping feature added: https://mbrn.github.io/material-table/#/docz-examples-12-example-grouping
v1.14.0
v1.13.0
v1.12.0
v1.11.0
v1.10.0
v1.9.0
Dec 24, 2018
Version 1.9.0 published.
Fix react warning about numeric being deprecated. Thanks to Rémy
#119, Container option added to components
filefy upgraded
#127, Fixed error regarding actions/icon. Thanks to Halvard Mørstad
Added export delimiter prop. Thanks to @jkelly-haib
#123, Added an option to conditionally render a different value if data is undefined. Thanks to @yildirims
v1.8.0
v1.7.0
Dec 11, 2018
Version 1.7.0 published.
#70, all part of material-table component could be customized easily
#77, search-box will be shown even if any row selected
#79, added a emptyRowsWhenPaging options to prevent render empty data rows
#93, icons customization now available, you don't have to install icons with cdn
v1.6.0
Dec 10, 2018
Version 1.6.0 published.
New demo page added. This makes development easier. Thanks to @balibou
Actions code refactoring. Thanks to @chris-stormideas
Exposes paging and sorting handlers. Thanks to @netbrain
Fix babel configuration. Thanks to Eric Butler