Remove Column Chooser from Lead List View

Hi,

I’m looking to remove the Column Chooser button from the Lead List View. It doesn’t look like that can be done from the front end - can someone point me in the direction of how I might do that behind the scenes? I have Googled but to no avail!

Thanks!

Hhm I don’t know but it should be something about paginationActionButtons:

https://github.com/salesagility/SuiteCRM/search?q=paginationActionButtons&unscoped_q=paginationActionButtons

You will have to figure out how to limit your changes to one module. You should able to alter that Smarty templating code to get an {if} working with $moduleString…

Come back here and tell us how you did it, if you can get it to work… Thanks!

Thanks @pgr - I’ll see what I can figure out and report back!