Material Table Versions Save

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

v1.59.0

4 years ago

May 31, 2020

Version 1.59.0 published.

Fixes the unnecessary PropType warning in #1387. Thanks to @BrendanGoggin fix: remove equality check on data prop function when remote data. Thanks to @giacomocerquone Fixed misaligned filter placeholder text when using lookup filters . Thanks to Ingvald Lorentzen Fix rows becoming locked when edit state is lost. Thanks to @AAron Allow React.ReactNode for certain localization strings. Thanks to @Svish remove unused variable. Thanks to @sajjadkarimi fix(typings): added missing 'width' type on Column interface. Thanks to @janvandenberg Fixed issue where parent detail panel would appear under all children. Thanks to Ingvald Lorentzen Checking props.data type to skip remote sorting. Thanks to @sandeepkumar-vedam-by

v1.58.0

4 years ago

May 24, 2020

Version 1.58.0 published.

move search state to toolbar component to prevent rerendering. Thanks to Michał Krawczyk passing missing parameter to onSearchChanged method. Thanks to Michał Krawczyk Localization for FilterPlaceHolder. Thanks to @sshanzel Added searchAutoFocus to options. Thanks to @pradej Expose a cspNonce option and pass it to react-beautiful-dnd's DragDrop. Thanks to @ogenodisho Add the ability to chose the variant of the search text field. Thanks to @AchilleasMich Add aria-labels to all text fields. Thanks to @aitchiss update actions types to support current icon usage. Thanks to @xiaomaini add overflowY to types. Thanks to @mebuckler Disable add button when in edit mode. Thanks to @miktap Remove duplicate Options.searchText typing. Thanks to @skoging

v1.57.2

4 years ago

Feb 07, 2020

Version 1.57.2 published.

Call onChangePage on changePageSize. Thanks to @Domino987 Remove redundant function generation. Thanks to @Domino987 Fix the error when lookup value is null. Thanks to @urbsny Adding Type searchText for options. Thanks to Prabhakara Rao fix(types): change void to any for promises return on editable callbacks. Thanks to @hyphaene Cell forwardRef boolean value warning solved.

v1.57.0

4 years ago

Feb 05, 2020

Version 1.57.0 published.

Fix issue #1321: broken isEditable and isDeletable options. Thanks to @benrawn Allows the custom elements to accept the needed props. Thansk to @Domino987 #43 Fixed columns.

v1.56.0

4 years ago

Jan 25, 2020

Version 1.56.0 published.

#783, dense padding applied to header cells too #1473, Title overflow adjusted #1263, tooltip added to column definition for headers #1472, horizontal scroll would be visible always for mobile devices

v1.55.0

4 years ago

Jan 12, 2020

Version 1.55.0 published.

GroupTitle override option added. Thanks to @mbwatson Bugfix: marginTop in TableFilterRow. Thanks to @FastStim Fixed label of groupby chip misalignment issue. Thanks to @rajarshikhare overflowY added to options. Thanks to @mebuckler Missing property searchText in TS def. Thanks to @mlnarik Solves the problem when pagination changes dynamically. Thanks to @hrafaelveloso bugfix: string is not a column type. Thanks to @Domino987 Add column filter component. Thanks to @jeffsupancic

v1.54.2

4 years ago

Dec 12, 2019

Version 1.54.2 published.

Date-time field string typed values transformation bug fixed.

v1.54.1

4 years ago

Nov 08, 2019

Version 1.54.1 published.

prevent actions icons re-render. Thanks to @kwiatkk1 props changed algorithm changed on componentDidUpdate disabling actions on non-editing row when table has any editing row functional actions problem resolved

v1.54.0

4 years ago

Nov 08, 2019

Version 1.54.0 published.

Fixed bug connected with searchText and state. Thanks to @dimamalyshev onFilterChange added. Thanks to Ross Anderson Passing down props CellStyle to ColumnDef props. Thanks to @sshanzel Remove UNSAFE_componentWillReceiveProps. Thanks to @Domino987 Add typings for thirdSortClick. Thanks to @dsgriffin disable defaultSorting when sorting = false. Thanks to @sshanzel Make MTableEditRow's cells use cellStyle. Thanks to @PFayoux Added table option hideFilterIcons as a shortcut to hide all hideFilterIcon. Thanks to @rshep1 Fixed typescript definition for DetailPanel interface to use correct... Thanks to @ririvas

Breaking Change:

new position field added to actions. You can force an action to be row based even if selection is true. But isFreeAction field is removed. Please check this PR: https://github.com/mbrn/material-table/pull/1156

v1.53.0

4 years ago

Oct 24, 2019

Version 1.53.0 published.

#968: Header checkbox is not working properly when grouping is enabled. Thanks to @martin-pepgit Fix Currency - Edit and Alignment. Thanks to @yonihorwitz Added iconProps prop to CustomIcon, removed style. Thanks to Dave. Add option to modify groupped row separator. Thanks to @t72o #1049: and keeps the fix for issue #910 in tact. Thanks to @oze4 Enable string in column field. Thanks to @MichalKalita Add clear to fitlerTextField. Thanks to @Domino987 Fixed bug where onChangeColumnHidden is called twice when clicking label. Thanks to @mikaelbr #1182 fixed. Thanks to @Domino987 #1183 fixed. Thanks to @Domino987 #1020 & #1075 fixed. Thanks to @brendon1555 Table Cell sytyle inherits color by default. Thanks to @DustinRobison Add minBodyHeight to available options. Thanks to @mfreeborn