change the order of quickfilter fields #7320
Unanswered
tmartinscopo
asked this question in
Help
Replies: 1 comment 1 reply
-
|
You could try something like this inside your XXXGrid.ts file protected getQuickFilters() {
let filters = super.getQuickFilters();
// logic to reorder the "filters" array here
return filters;
} |
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.
-
Hello,
In a grid, is it possible to change the order of quickfilter fields so that a particular filter appears first?
If so, how can this be done?
I'm using old MVC serenity.is version.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions