Skip to content

Version 3.3.0

Compare
Choose a tag to compare
@patorjk patorjk released this 25 Jul 20:05
· 205 commits to master since this release
0298052
  • 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)