Recent Posts

Pages: 1 ... 5 6 [7] 8 9 10
61
Dear Paramvir,
If there is no solution for saving-data of batch-copy of select column, I have to remove the select of pqgrid.
This is really a trouble for me.
62
Help for ParamQuery Pro / Re: select vs autocomplete editor
« Last post by paramvir on November 14, 2024, 09:59:18 pm »
use the appendTo option to set autocomplete parent to element larger than the grid.

https://api.jqueryui.com/autocomplete/#option-appendTo
63
Help for ParamQuery Pro / Re: select vs autocomplete editor
« Last post by mikep on November 14, 2024, 08:13:55 pm »
thank you. this works well. 1 issue though. the available values section that pops up appears underneath the cell. If the row/cell is at the bottom of the grid/screen, the popup is cut off.
Is there a way to move the popup up in this scenario?
64
Tabs can be chosen with help of menuUI.tabs option.

Code: [Select]
menuUI: {
      tabs: ["filter"],
},

https://jsfiddle.net/356Lpcx4/2/

Tab color depends upon the theme, please use theme of your choice.
65
Hello, are you able to update the JS Fiddle below (https://jsfiddle.net/hp79mu2j/) ?
Also including another picture of how the tab color seems opposite.
66
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.
67
Thanks.
-Can you update https://jsfiddle.net/hp79mu2j/ so that the "Fields Selected" tab in the column header filter is hidden. We only want to show the filter tab.
-Is there a way to change the tab color? It seems like the wrong tab is white (see image).

68
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.
                }
            },
69
Help for ParamQuery Grid (free version) / How to control summary row style of pivottable
« Last post by hyh888 on November 06, 2024, 02:30:56 pm »
Dear Team,
Would you like to provide some example to contor the  summary row style of pivottable?

The width of the first column of pivottable is uncontrollable, even I add width in field property.
It seems that the conditional style is also unavailable in pivottable.
If it is possible, can an example is provided?
70
Bug Report / Re: Bug in edit select demo version 9 and 10
« Last post by hyh888 on November 05, 2024, 07:24:14 am »
Million thanks, it works.
Pages: 1 ... 5 6 [7] 8 9 10