Show and hide table columns dynamically and save setting.
+1
+1
…though I think this should include the facility to lock columns too
yes
+1
+1
+1
+1
+1
+1
+1
+1
+1
+1
Try Column Visibility in v2022.
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/#/phpmaker2022.html?id=column-visibility
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();