react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Adding Column Header Filter

Open AnotherCodeArtist opened this issue 2 years ago • 5 comments

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.

AnotherCodeArtist avatar Jan 19 '23 17:01 AnotherCodeArtist

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

Name Link
Latest commit d667adf0520943225b1762acb8123a203ef86b7a
Latest deploy log https://app.netlify.com/sites/react-data-table-component/deploys/64c3a99291c7e90008c0312d

netlify[bot] avatar Jan 19 '23 17:01 netlify[bot]

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 avatar Feb 23 '23 07:02 sadashivm

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 avatar May 03 '23 17:05 sadashivm

@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

sadashivm avatar May 31 '23 11:05 sadashivm

any update? this is useful

frankdilu avatar Nov 27 '23 14:11 frankdilu