There is a dropdown by default on each column which when expanded shows all the columns with checkbox.
I do not want to show the dropdowns in any of the columns.
Please tell me how to do that? Do I have to go into the script to remove it?
There is a dropdown by default on each column which when expanded shows all
Share
That is the
showToggleBtnoption in flexigrid:The best documentation for flexigrid is just opening up the non-minified js file, the options are right at the top and have some decent comments.