This question has been flagged
1 Reply
2393 Views

I want to delete the default search key and make it blank to show all things in the table.

I can only use a module to do it so what should I put in my module?

Avatar
Discard
Best Answer

Inherit the action, and set those default search option as False,

Example: say a action is having "{search_default_current : 1}"

then you can inherit / override and set it as "{search_default_current : 0}"

Avatar
Discard