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

Is there a class to do a datatable search? #311

Open
DktPhl2019 opened this issue Oct 30, 2024 · 3 comments
Open

Is there a class to do a datatable search? #311

DktPhl2019 opened this issue Oct 30, 2024 · 3 comments

Comments

@DktPhl2019
Copy link

Hello

I need to do a table search.

For example, my table has multiple columns.

I need to find rows with a salary greater than 30000 and less than 50000.

Is there a way to do this using datatable2?

Thank you

@Vladeouz
Copy link

Any progress for this ?

@maxim-saplin
Copy link
Owner

There's no plan to include this feature as a part of package. data_table_2 was never intended to be a rich grid control, hence the assumption is that one can create own grid by adding additional widgets (e.g. filter) and managing the state.

Here's an example:
https://maxim-saplin.github.io/flutter_web_spa_sample/canvaskit/#/
https://github.com/maxim-saplin/flutter_web_spa_sample

@DktPhl2019
Copy link
Author

DktPhl2019 commented Nov 21, 2024 via email

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

No branches or pull requests

3 participants