You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes so for example let us say that i have a table with 5 fields. For example id, name, age, company-name and country
Now i want datatable to have filters such that each column should have filter.
Describe the solution you'd like
If I fill age as 22 and country as "Z" then i need to show all the rows which have age as 22 and country as z. Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Yes so for example let us say that i have a table with 5 fields. For example id, name, age, company-name and country
Now i want
datatable
to have filters such that each column should have filter.Describe the solution you'd like
If I fill age as 22 and country as "Z" then i need to show all the rows which have age as 22 and country as z.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: