varkor / FlowGrid

A flexible JavaScript drag-and-drop tile system
MIT License
0 stars 0 forks source link

Filtering and sorting #4

Open varkor opened 9 years ago

varkor commented 9 years ago

You should be able to apply filters to only display cells matching a predicate, as well as rearrange the order of cells (programatically, that is) without actually changing the underlying data order.

varkor commented 8 years ago

Filtering was added in https://github.com/varkor/FlowGrid/commit/8440b3883c30f66a32d699ba0ed67e62efb9edbf. Ordering will require more work.