ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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.
-
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