ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: SHIN WOOCHUL on September 17, 2019, 09:02:04 am

Title: It does not have user guide?
Post 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
Title: Re: It does not have user guide?
Post by: paramvir on September 17, 2019, 09:08:41 am
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
Title: Re: It does not have user guide?
Post by: SHIN WOOCHUL on September 17, 2019, 11:10:49 am
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
Title: Re: It does not have user guide?
Post by: paramvir on September 17, 2019, 10:14:37 pm
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