Author Topic: Change mouse cursor for certain cells or rows...  (Read 1921 times)

kiwon34

  • Pro Ultimate
  • Jr. Member
  • *
  • Posts: 52
    • View Profile
Change mouse cursor for certain cells or rows...
« 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.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Change mouse cursor for certain cells or rows...
« Reply #1 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