material-table v1.60.0 Release Notes

Release Date: 2020-06-07 // almost 4 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