Page 1 of 1

Show and hide table columns dynamically

Posted: Sat Dec 16, 2017 11:40 pm
by wcchien

Show and hide table columns dynamically and save setting.


Re: Show and hide table columns dynamically

Posted: Tue Sep 29, 2020 10:55 pm
by mishanian
+1

Re: Show and hide table columns dynamically

Posted: Tue Sep 29, 2020 11:32 pm
by Adam
+1

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

Re: Show and hide table columns dynamically

Posted: Wed Sep 30, 2020 5:49 am
by sticcino
yes

Re: Show and hide table columns dynamically

Posted: Wed Dec 09, 2020 2:28 am
by DMS

+1


Re: Show and hide table columns dynamically

Posted: Thu Dec 10, 2020 5:04 pm
by orimix

+


Re: Show and hide table columns dynamically

Posted: Sat Dec 12, 2020 12:10 pm
by mobhar

+1


Re: Show and hide table columns dynamically

Posted: Wed Dec 16, 2020 6:23 am
by saleh

+1


Re: Show and hide table columns dynamically

Posted: Thu Dec 17, 2020 9:14 am
by ddiaz2380

+1


Re: Show and hide table columns dynamically

Posted: Wed Mar 17, 2021 10:27 pm
by Neelima

+1


Re: Show and hide table columns dynamically

Posted: Sun Apr 04, 2021 3:27 am
by SteBak

+1


Re: Show and hide table columns dynamically

Posted: Sat Apr 17, 2021 11:03 am
by psao

+1


Re: Show and hide table columns dynamically

Posted: Sun May 30, 2021 12:46 am
by bui

+1


Re: Show and hide table columns dynamically

Posted: Thu Jul 08, 2021 10:37 am
by barka

+1


Re: Show and hide table columns dynamically

Posted: Fri Jul 23, 2021 11:04 pm
by abj

+1


Re: Show and hide table columns dynamically

Posted: Tue Aug 17, 2021 8:35 am
by Webmaster

Try Column Visibility in v2022.


Re: Show and hide table columns dynamically

Posted: Sun Aug 22, 2021 11:40 am
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


Re: Show and hide table columns dynamically

Posted: Thu Oct 21, 2021 5:35 pm
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();