Hidden jQGrid column column

I am using jQgrid column select function. Is there a way to hide a specific column (for example, db id) from the column selection so that the user cannot β€œopen” them?

+6
source share
1 answer

Yes you should use

hidedlg: true 

in colModel in addition to hidden: true .

+16
source

Source: https://habr.com/ru/post/895852/


All Articles