Show and hide table columns dynamically

Post Reply
wcchien
User
Posts: 4

Show and hide table columns dynamically

Post by wcchien »

Show and hide table columns dynamically and save setting.


mishanian
User
Posts: 120

Post by mishanian »

+1

Adam
User
Posts: 480

Post by Adam »

+1

...though I think this should include the facility to lock columns too

sticcino
User
Posts: 1043

Post by sticcino »

yes

DMS
User
Posts: 17

Post by DMS »

+1


orimix
User
Posts: 13

Post by orimix »

+


mobhar
User
Posts: 11660

Post by mobhar »

+1


saleh
User
Posts: 470

Post by saleh »

+1


ddiaz2380
User
Posts: 134

Post by ddiaz2380 »

+1


Neelima
User
Posts: 35

Post by Neelima »

+1


SteBak
User
Posts: 2

Post by SteBak »

+1


psao
User
Posts: 27

Post by psao »

+1


bui
User
Posts: 277

Post by bui »

+1


barka
User
Posts: 114

Post by barka »

+1


abj
User
Posts: 2

Post by abj »

+1


Webmaster
User
Posts: 9425

Post by Webmaster »

Try Column Visibility in v2022.


mobhar
User
Posts: 11660

Post by mobhar »

Thanks. We have already tried this feature.

However, currently, a column will be hidden after we remove one checked mark for each field in the dropdown dialog window, then we have to wait for system will reload the page in order to apply the change immediately.

We think this is not effective. In most cases, we need first to select some fields in order to remove the checked marks, after that hit an OK button, and then system will reload the page in order to apply the changes.

So please improve this feature by adding an OK and Cancel button on the dropdown dialog window, so that we can select one or some fields and then hit the OK button to apply the changes. https://phpmaker.dev/docs/#/phpmaker202 ... visibility


amiens80
User
Posts: 446

Post by amiens80 »

in my case (v2020), i constantly add some js jquery little script to hide/show/toggle the visibility of column and even row.
in client script, by example something like that :

hide the column n°2:

$('#tbl_XXXXlist td:nth-child(1),#tbl_XXXXlist th:nth-child(1)').hide();


Post Reply