rrickgauer / auto-tables

My personal JavaScript library for sorting and searching tables.
https://www.ryanrickgauer.com/blog/entries.php?entryID=37
MIT License
4 stars 2 forks source link

Improvements for sorting and filtering #14

Closed johansolve closed 3 years ago

johansolve commented 3 years ago

I made a few improvements for a project I've ben working on.

The ability to select what table cells to filter on is a breaking change since no cells will be filtered unless specifying them explicitly.

rrickgauer commented 3 years ago

Thanks for the help!

johansolve commented 3 years ago

Sorry, I didn't create a feature branch