Author Topic: It does not have user guide?  (Read 2101 times)

SHIN WOOCHUL

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 13
    • View Profile
It does not have user guide?
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: It does not have user guide?
« Reply #1 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

SHIN WOOCHUL

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: It does not have user guide?
« Reply #2 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: It does not have user guide?
« Reply #3 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