stop dropdown filter to submit search form

edited December 2014 in Modules
I want the filter dropdown to not submit search form on action bar.

Comments

  • edited 2:00AM
    To have a little more control over that, there is an "advanced_search" => TRUE parameter you can set for your module. When this parameter is set to TRUE, there will be a triangle indicator to the right in the search box that when clicked will display a popover with the search inputs.
  • edited 2:00AM
    thanks, admin
  • edited 2:00AM
    how I can remove link from row. Whenever I click on a row it redirects me to the edit page, I don't want this.
  • edited 2:00AM
    There is a parameter you can set on your module in the MY_fuel_modules.php config of "rows_selectable" => FALSE.
  • edited 2:00AM
    yes it works, thanks :)
Sign In or Register to comment.