Hello,
I don't want to display the 'action column' and 'search boxes' on all columns of the grid.
So, I am not able to this , please anyone help me.
My gride theam is flexgrid.
Is there any function to remove it ?
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 05 August 2015 - 09:32 AM
Hello,
I don't want to display the 'action column' and 'search boxes' on all columns of the grid.
So, I am not able to this , please anyone help me.
My gride theam is flexgrid.
Is there any function to remove it ?
Posted 05 August 2015 - 14:24 PM
well for the action column - you can just use unset_action() function to unset all the operations
as for search what i can suggest you a simple one is u can achieve the same using CSS .. where u can pickup the class for the search box and set its display 2 none.