ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: kiwon34 on November 30, 2017, 06:55:59 am

Title: Change mouse cursor for certain cells or rows...
Post by: kiwon34 on November 30, 2017, 06:55:59 am
Hi,

  Is there a way to change the mouse cursor style for certain cells or rows?

Thank you.
Title: Re: Change mouse cursor for certain cells or rows...
Post by: paramvir on November 30, 2017, 03:31:42 pm
Cell / rows can be assigned any css style ( including mouse cursor ) with pq_cellattr, pq_rowattr.

Example: https://paramquery.com/pro/demos/row_styles

css styles can also be assigned conditionally with column.render and rowInit callbacks:

https://paramquery.com/pro/demos/condition_style