When batch-copying data into select(dropdown) column, the new updated data of select(dropdown) column could not be saved to server.
But if use mouse to click the select element one by one to change the data, the changes can be saved to server.
Maybe there's something wrong for pqgrid.
Would you like to provide a sample for saving select batch-copying data?
When set the width of first column(in
https://paramquery.com/pro/demos/pivot) to 500px, after press "edit and run", the width of first column keep unchanged(still 158px).
var colM = [
//extra column to show grouping (for both pivot and row grouping mode, used along with groupModel.titleIndx )
{
title: 'Group', tpHide: true, menuInHide: true,
dataIndx: 'grp',
width:500,//width is changed here , but no expected result.
menuUI: {
tabs: ['hideCols'] //display only hide columns tab in menu.
}
},