Posted inAPEX Interactive Grid
Interactive Grid shortcodes
Disable Reorder and Resize Copy CodeCopiedUse a different Browser// Disable Reorder and Resize column function(options){ options.defaultGridViewOptions = { reorderColumns: false, resizeColumns: false }; return options; } Hide Save Button Copy…