Author Topic: save data when batch-copy for select column and pivot grid  (Read 86 times)

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 137
    • View Profile
save data when batch-copy for select column and pivot grid
« on: November 07, 2024, 12:35:14 pm »
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.
                }
            },
« Last Edit: November 07, 2024, 01:20:45 pm by paramvir »

hyh888

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 137
    • View Profile
Re: save data when batch-copy for select column and pivot grid
« Reply #1 on: November 11, 2024, 07:36:17 am »
Dear Paramvir,
Batch-copy for select column could not be saved, this is really a trouble, end-user maybe be unware of the problem and make wrong operation.
Would you like to provide any advice or treat it as a bug?
Pivotable's style control is also a trouble for end-user.
« Last Edit: November 11, 2024, 08:05:14 am by hyh888 »