react-data-sort icon indicating copy to clipboard operation
react-data-sort copied to clipboard

v2

Open Corjen opened this issue 5 years ago • 1 comments

Although I don't use react-data-sort that often anymore, it's nice to see that it has 25 stars and is used in 64 repo's. I would like to work on a v2 to blow some new life into it.

Possible new features:

  • Start using https://github.com/jaredpalmer/tsdx instead of plain rollup
  • Rewrite to hooks
  • Create a useDataSort hook
  • Maybe deprecate render prop and only use function as a child pattern? (Formik did that)
  • Move to github actions
  • Change release strategy and move to Github releases

Corjen avatar Feb 04 '20 19:02 Corjen

Thanks for keeping this going. I found it very useful for a site currently in development.

I'd like to suggest a feature to allow for multiple column sorting. For example, given a data set with

Author Name Article Title Year Published

I could sort first on Year Published and then by Article Title so the titles within a given year were sorted.

melpers avatar Feb 12 '20 18:02 melpers