Popup window for showing/hiding columns integrated into grid

Is there any possibility to have some button e.g. at the top-right corner of the grid and by pressing that button a popup would come up with 2 panels (tables). In left there would be all the columns of the grid and I would be able to put into the right panel those columns I would like to hide. So in the popup there would be 2 buttons at the bottom (left-to-right and right-to-left) and Ok and Cancel.

Does DHTMLX support such a feature?

There is no such feature in the dhtmlxGrid, but you can use the inbuilt context menu to show/hide the grid columns:
https://dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/14_pro_header_menu.html
https://docs.dhtmlx.com/api__dhtmlxgrid_enableheadermenu.html

1 Like