ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: zhouqi on October 14, 2020, 03:56:36 pm
-
The effect is shown in the figure
-
headerCellClick event is triggered when a header cell is clicked.
https://paramquery.com/pro/api#event-headerCellClick
-
hi, ask two questions:
1. Can the content of the pop-up window be customized?
2. Is there a callback method after the pop-up window is closed?
-
Header popup menu:
1. It can be partially customized with global menuUI, column.menuUI, column.menuInClose, etc options
https://paramquery.com/pro/api#option-menuUI
https://paramquery.com/pro/api#option-column-menuUI
Filter tab customization example is here: https://paramquery.com/pro/demos/filter_custom
2. Not as such. Please let me know more about your requirement.
-
The pop-up window effect as shown
-
Every tool has own look and feel.
There is no sorting icon in the header popup menu, sorting of the column can be done by click on the header cell itself.
-
I have a issue: I have added
menuIcon: true,
menuUI: {
button: ['ok', 'clear'],
tabs: ['hideCols'],
},
In my code, when I click on menuIcon, the program is still running normal but the console shows an error -> Failed to load resource: the server responded with a status of 404 (Not Found), although it has no problem but I don't want it to be faulty I don't know how to fix it.
-
Please check the name of resource against 404 ( Not Found )