You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
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.
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.