Material Table Versions Save

Datatable for React based on material-ui's table with additional features

v1.69.0

3 years ago

Aug 23, 2020

Version 1.69.0 published.

  • Column resizing feature added.

Thanks to contributor for minor and typings fixes.

v1.68.0

3 years ago

Aug 02, 2020

Version 1.68.0 published.

Bulk Edit feature added. Missing hiddenByColumnsButton in typescript added. Thanks to @Shaquu Fix React warnings. Thanks to @armilam

v1.67.0

3 years ago

Jul 26, 2020

Version 1.67.0 published.

#1471 Cell cell feature completed. fixed right fixed column sizing. Thanks to @viral-sh on shift + enter save added for text-area. Thanks to @vijaypushkin Added prop to support pagination on top, bottom, or both. Thanks to @macman2013 Add Info attribute about desc sort for customSort. Thanks to @Nolandos set currency as number instead of text. Thanks to @francescovenica Fix for boolean validation. Thanks to @Domino987 Correctly centers the boolean checkbox. Thanks to @Domino987 Added field 'initialFormData' to MaterialTableProps. Thanks to @szediwy

v1.66.0

3 years ago

Version 1.66.0 published.

fix React.node issue. Thanks to @developerdu Fix for validatewith string. Thanks to @Domino987 Changed the filtering in 'getTableData' to no longer exclude hidden columns. Thanks to Jared Stark Fix invalid expressions. Thanks to @HuangStomach guarding jsPDF to only import / run when window is present. Thanks to Florian Uhde Changes ISO dates to use date-fns's parseISO function instead of Date. Thanks to @ajmueller Adds a new table option which allows a user to pass properties to the select all checkbox in the table header. Thanks to Gunnar Bell

v1.65.0

3 years ago

Version 1.65.0 published.

Fix onChange when numeric value. Thanks to @francescovenica Fix typescript error TS2304: Cannot find name 'RowData'. Thanks to Sylvain Thénault Add error text to select field. Thanks to @Domino987 Add groupTitle to options. Thanks to @developerdu Do not show hidden columns in columnsButton. Thanks to @esjayrockz Approve edit/add on enter added. Thanks to @vijaypushkin

v1.64.0

3 years ago

Version 1.64.0 published.

Remove redundant recursive check. Thanks to @ifndefdeadmau5 onFilterChange is made to optional using 'filterOnItemSelect' columnDef. Thanks to Ashok Add error state. Thanks to @Domino987

v1.63.0

3 years ago

Jun 28, 2020

Version 1.63.0 published.

Add function for exporting table as PDF in addition to the CSV option. Thanks to @jardon Add Pagesize to onChangePage callback. Thanks to @Domino987 datepicker localization fix. Thanks to Cem Warning in select filter when multiple lookups are used in same table. Thanks to @kreezire Prettifier added. Thanks to @Domino987

v1.62.0

3 years ago

Jun 21, 2020

Version 1.62.0 published.

Added padding size property were needed. Thanks to @LeanderCoevoet add support for filter row styling. Thanks to Zagh Wagner Allow overriding of placeholder for editing fields. Thanks to @brianhuang822 add capacity to style the edit

via editCellStyle prop. Thanks to clementf add capacity to style the detail panel column via detailPanelCol. Thanks to clementf Add align to tableCells from columnDef. Thanks to @Domino987 Trigger reorder if column default sort changed. Thanks to @Domino987 Added hideSortIcon true to TableSortLabel for actions. Thanks to @hooloovooo Added CSS font properties to inherit in cellStyle. Thanks to @mrjdavidfg Updated react-beautiful-dnd dependency. Thanks to @MglMX

v1.61.0

3 years ago

Jun 13, 2020

Version 1.61.0 published.

change selection logic for disabled selections. Thanks to @code404sg Function giving tooltip text for Edit and Delete icons. Thanks to David Gregor add support for the date localization. Thanks to @yurykozyrev add missing onRowDataChange type declaration. Thanks to @hyphaene Fix off-by-one error for fixed table layouts. Thanks to @marc-lebourdais Remove hidden columns in computing the colspan of an empty tablecell. Thanks to @deltek-rossjackson nRowsSelected method to toolbar localization. Thanks to @ianwensink Update header alignment of currency header. Thanks to @pajohns

v1.60.0

3 years ago

Jun 07, 2020

Version 1.60.0 published.

  • Lookup filter stashing. Thanks to @Domino987
  • Fixed issue where icon columns (action, detail, tree etc.) would get the "extra" width leftover from hidden columns. Thanks to @ingvaldlorentzen
  • Removed color="inherit" from search InputAdornment. Thanks to @unfrgivn
  • Exit edit on esc. Thanks to @Domino987
  • Resolve pagination count issue with empty results. Thanks to @adammwood
  • Adding isEditHidden and isDeleteHidden to editable prop. Thanks to @chattling
  • New Editable props: onRowAddCancelled and onRowUpdateCancelled. Thanks to @HarshMjh
  • Add named pageSizeOption value. Thanks to @GorkyeMatt
  • Moved filtering of hidden items to reduce number of .filter() calls. @ingvaldlorentzen