i want to disable function i mark in the picture
can someone help how
thank you
⚠ 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 28 April 2016 - 01:07 AM
i want to disable function i mark in the picture
can someone help how
thank you
Posted 03 May 2016 - 23:25 PM
Asuming that you're using flexigrid theme, look for list_template.php file in:
<path to your project>\assets\grocery_crud\themes\flexigrid\views\
and then delete or comment this:
<div title="<?php echo $this->l('minimize_maximize');?>" class="ptogtitle">
<span></span>
</div>
Posted 09 May 2016 - 01:24 AM
yes, i'm using flexigrid theme
thank for your advice, it work
:) :)