Skip to content
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

Closed
seenupatri opened this issue May 8, 2015 · 5 comments
Closed

Create a column filter #1

seenupatri opened this issue May 8, 2015 · 5 comments

Comments

@seenupatri
Copy link

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.

@AllenFang
Copy link
Owner

@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!!

@AllenFang
Copy link
Owner

@seenupatri , Column filter(UseCase-1) supported on v0.7.1

@seenupatri
Copy link
Author

Thanks for the support

AllenFang pushed a commit that referenced this issue Nov 3, 2015
Feature (Multiple column search) - feature/multiple column search
AllenFang pushed a commit that referenced this issue Nov 24, 2015
@eddie-on-gh
Copy link

Is UseCase-2 supported?

@AllenFang
Copy link
Owner

@Omenien, sorry for lately reply, we don't integrate the fetching with backend, but we have the remote mode which enable you to control the data by yourself instead of react-bootstrap-table, you can check this both remote-store-filtering.js and remote-filtering. Let me know if you still have any question :)

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

No branches or pull requests

3 participants