mui-datatables v3.3.0 Release Notes

Release Date: 2020-07-25 // over 3 years ago
    • ➕ Added support for custom sort function for columns (columns[colIndex].options.sortCompare). Thanks to @GuyShaanan (#1424)
    • Third click to reset table sorting (available by setting options.sortThirdClickReset to true). Thanks to @danielbyun (#1430)
    • ➕ Added sortDescFirst option to allow table to sort in desc order first (#1411)
    • ⚡️ Test coverage updates to get coverage above 80% (#1425)
    • 🛠 Fix for resizable tables when selectableRows="none" (#1433)
    • ⚡️ Updated searchText README (#1429)
    • 🛠 Fixed issue with Close icon on ViewColumns popover in strict mode (#1440)
    • ➕ Added safeguards and documentation clarifying the rowsSelected option. Thanks to @wdh2100 (#1438)