change the order of quickfilter fields #7320
Unanswered
tmartinscopo
asked this question in
Help
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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