-
Notifications
You must be signed in to change notification settings - Fork 781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a column filter #1
Comments
@seenupatri It's a good idea for react-bootstrap-table. For now, the react-bootstrap-table just process all data on client side, so your UseCase-1 will be done after v0.7.0 or v0.8.0, but UseCase-2 will being temporarily set aside, may be I will consider it in the future :) Thanks!! |
@seenupatri , Column filter(UseCase-1) supported on v0.7.1 |
Thanks for the support |
Feature (Multiple column search) - feature/multiple column search
Is UseCase-2 supported? |
@Omenien, sorry for lately reply, we don't integrate the fetching with backend, but we have the |
Fix: Cannot read property 'type' of undefined
This component is very good. Please add column filter. The column filter can be used in 2 different use cases.
UseCase-1) Client side data filter. In this case data is already fetched from server, so we apply the column filters only on that data.
UseCase-2) Server side data filter: In this case, data is fetched from the server based on the column filters.
The text was updated successfully, but these errors were encountered: