react-data-table v6.9.3 Release Notes

Release Date: 2020-05-28 // almost 4 years ago
  • ๐Ÿ”‹ Features

    • #556 You can now specify a custom sort function on a column using column[x].sortFunction Thank you @ondratra

    ๐Ÿ›  Fixes

    • #587 use rowCount instead of data.length for pagination. Thanks @jpuckety