Recent Posts

Pages: [1] 2 3 ... 10
1
Here is a demo of jsTree and how they do it which more subtle and I feel is better: https://preview.keenthemes.com/html/keen/docs/general/jstree/dragdrop
2
Is there any news on this.  Most others do as follows:
  • Dropping inside the row near the vertical middle makes it a child. The arrow drop indicator on recieving row indented right inside the row to signify drop position is a child
  • Dropping near the to the top or bottom of the recieving row makes it a sibling The indicator arrow on top or bottom of the recieving row to signify drop position is a sibling
  • Optional callback function that returns false if drop not allowed (like a hover_node event).  No drop allowed gives the cross just like pqGrid already does (would be nice to be able to change this, maybe make it red and the check green)
  • Option if row can accept dropped children, if false then drop arrow indicator only shows sibling dropping, even if cursor is near center of the row.

Will this be in the next version and do you have a release date yet of the next version?

This one does it quite nicely and is far easier for the user to understand https://mbraak.github.io/jqTree/examples/03_drag_and_drop/
3
Bug Report / Re: New row comit and pq_detail column
« Last post by MichalV on March 25, 2025, 11:38:55 pm »
Ahh my apologies, I added the dataIndx: "pq_detail" by myself to the column of type: 'detail' so can hide it before the commit. Anyway if the detail column exists the commit does not work. If I remove it from the grid the commit works. Any idea how to fix that?
4
Bug Report / Re: New row comit and pq_detail column
« Last post by paramvir on March 25, 2025, 11:20:17 pm »
pq_detail and column with type: "detail" are not the same. pq_detail is a property of the rowData while column of type: 'detail' is used for nesting or row details.
5
Bug Report / Re: New row comit and pq_detail column
« Last post by MichalV on March 25, 2025, 11:10:49 pm »
Yes, when I remove the pq_detail column (column with type: "detail") the commit works well after adding new row.
6
Bug Report / Re: New row comit and pq_detail column
« Last post by paramvir on March 25, 2025, 03:24:55 pm »
pq_detail is not used in the colModel in any of the nesting / row details examples.

Have you tried removing pq_detail from colModel.
7
Bug Report / Re: New row comit and pq_detail column
« Last post by MichalV on March 25, 2025, 03:18:03 pm »
Because my grid uses Row details with tabs, based on your demo in "Nesting / Row details"
8
Help for ParamQuery Pro / Re: Export in 10.1.0
« Last post by queensgambit9 on March 24, 2025, 02:52:59 pm »
Solved.
9
Help for ParamQuery Pro / Export in 10.1.0
« Last post by queensgambit9 on March 24, 2025, 01:33:57 pm »
Hi

After loading a state and doing an export hidden columns seems to be exported aswell. How can I prevent this from happening?
10
refresh() is required after refreshCM() to see the new colModel in view.

PS: There are inbuilt options to control the save and load state properties.

https://paramquery.com/pro/api#option-stateColKeys

https://paramquery.com/pro/api#option-stateKeys
Pages: [1] 2 3 ... 10