Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Filter by column value #27

Open
timboven opened this issue Jan 11, 2015 · 1 comment
Open

Filter by column value #27

timboven opened this issue Jan 11, 2015 · 1 comment

Comments

@timboven
Copy link

This table-component has a lot of handy features that make it usable in multiple places but adding a filter-option that e.g. shows an input-box in each column header that can be used to filter the rows of the table would make it even handier.

This would filter the rows where the value of that column doesn't start(/contains?) the given filter-value.
Users can use this to get that part out of the resultset that interests them the most.

Similar components (like rich:datatable of richfaces) provide similar features.

@stevenrskelton
Copy link
Owner

Agreed, filtering will be nice. v0.11.0 introduced some basic filtering, but to do this properly a couple things still need to be implemented.

1: Column types, so that applicable filters display for specific columns.
2: Value pickers for each comparison type; a date/calendar picker needs to be selected.
3: Remote/server-side datasources need to updated to support it.
4: Applied filters need to be visible graphically
5: Filters need to be theme-able, or definable using a template

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants