Replies: 1 comment 1 reply
-
Hi, I don't have a step-by-step tutorial on how to do this right now. But there is an example that can be found in the user's browsing list. Right here RoleFilter. And also the documentation section about this: https://orchid.software/en/docs/filters/#eloquent-filter |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have created a product screen where i am displaying the list of products in a table. Each column is filterable and it is working very well. I can filter by productname, and other columns (the filter icon on the column name). I can do sorting and all kind of stuff
Now I wanted to put a separate search area where I can filter by date range and other fields not present in the table. However, I dont see any example of how to do that (the column filter i have already done). Can someone please guide how can I create search area and filters on the top of the data table
Regards
Beta Was this translation helpful? Give feedback.
All reactions