ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: SHIN WOOCHUL on September 17, 2019, 09:02:04 am
-
I using this grid at first time, and I never use grid before, So If it has a user guide more easy guide or tutorial?
Please , answer me
-
Shin
The grid is for at least intermediate level javascript developers.
Following is the documentation:
Getting started: https://paramquery.com/pro/tutorial
Examples: https://paramquery.com/pro/demos
API: https://paramquery.com/pro/api
-
Thank you, but I can not find how to set column ability how to set it?
Then how can I used check box checked fixed and not modify
-
you mean column editability?
column editability can be set through column.editable property which can be boolean or a callback.
Please check this demo for checkbox columns which also shows how to create read only checkboxes: https://paramquery.com/pro/demos/checkbox