Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - daiki.matsui

Pages: [1]
1
The following API document shows that ui has dataIndx when column > editable callback.
https://paramquery.com/pro/api#option-column-editable
ui:{ rowIndx, rowData, colIndx, dataIndx, column }

But when called by updateRow, ui doesn't have dataIndx.
I have prepared a sample that outputs ui on the console when you press the debug button.
https://jsfiddle.net/eryhsxuf/ 
The output of ui is as follows.
ui: {rowIndx,rowData,colIndx,column}

If this is a bug , please fix it.
If it's not a bug, is there a workaroud?

2
Bug Report / Export cells containing "<" to Excel
« on: January 11, 2022, 11:29:42 am »
When exporting a cell containing "<" to Excel, if the "render" option of exportData is set to true, the "<" will be escaped to "&lt;" in the output.
For example, in this demo, if you set "<a" in a cell and export it, it will be output as "&lt;a"; if you set render to false, it will be output as "<a".
https://paramquery.com/pro/demos/export_style

If this is a bug, please fix it.
If it's not a bug, is there a workaround?

3
Help for ParamQuery Pro / Re: Paste behavior when filtering columns
« on: July 14, 2021, 08:07:48 am »
Thank you for your answer.
We will consider upgrading.

4
Help for ParamQuery Pro / Paste behavior when filtering columns
« on: July 08, 2021, 01:22:20 pm »
I am using version 6.2.4.
When using the 'hideCols' option in the menuUI to filter columns, when I paste a value, the value is pasted into an invisible column.
When filtering rows, values are not pasted into the invisible rows. (When the 'hideRows' option of filterModl is not set)
Is there a way to prevent values from being pasted into invisible cells when filtering columns as well as rows?

Pages: [1]