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

Adding Column Header Filter #1140

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

AnotherCodeArtist
Copy link

Like several times before ...

That's probably the only missing key feature, but if you are fine with it that's ok with me as well.

@netlify
Copy link

netlify bot commented Jan 19, 2023

Deploy Preview for react-data-table-component failed.

Name Link
🔨 Latest commit db64235
🔍 Latest deploy log https://app.netlify.com/sites/react-data-table-component/deploys/67079d8242106b00088074d1

@sadashivm
Copy link

Hello @jbetancur ,
Currently there is each column filter option is there, but do we have global table filterable instead of each column?
I have checked in Kitchen sink examples, I'm not sure what is the use of below search box.

image

It is not filtering anything from the table.

I need to search any column data from single serachbox input . How to achieve ?

Is it possible?

@sadashivm
Copy link

sadashivm commented May 3, 2023

Hello all and @jbetancur ,
When we select records from the table, selected rows are not pushing into array sequentially.
If I select below rows like,
15th row, 8th row, 20th row and 4th row then I'm expecting final array should be,

[
{15th row object},
{8th row object},
{2oth row object},
{4th row object}
]

But data table return different array in different order like,

[
{4th row object},
{8th row object},
{15th row object},
{20th row object}
]

DO you have any solution?

@sadashivm
Copy link

@jbetancur , @AnotherCodeArtist any update on above issues?
DO you have any solution on header column filter and second requirement is,
push selected rows from the table in sequential order I mean user select 10th row, 5th row and 16th row then selectedRows array must return array with [10th row, 5th row, 16th row] in this order

@frankdilu
Copy link

any update? this is useful

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

Successfully merging this pull request may close these issues.

5 participants