Global filter on datatable

Hey there,

Is there a way to add global search to dash ploty datatable?

I know right now datatable does provide column level filtering,

Thanks

Hello @Altaf.Hussain and welcome to the Plotly Community !

No, there isn’t any direct support for this, but you can use an input field for keywords and then filter your dataframe using pandas filtering via a callback which returns the filtered dataframe to your datatable.

1 Like