Author Topic: Can I assign properties to numberCell from data?  (Read 1497 times)

omerix

  • Pro Enterprise
  • Full Member
  • *
  • Posts: 155
    • View Profile
Can I assign properties to numberCell from data?
« on: December 28, 2024, 04:40:02 am »
Hi,

Using pq_cellattr and pq_cellcls I can format columns or display tooltips using titles based on data values.

Can I do it in numberCell?

I tried the following but it didn't work as expected:

Code: [Select]
pq_cellcls: { "recIndx": "green" }
pq_cellcls: { "numberCell": "green" }
pq_cellattr: { numberCell: { title: 'It was recorded without any errors.' } }


Sources
- https://paramquery.com/pro/demos/row_class
- https://paramquery.com/pro/demos/comments

« Last Edit: December 28, 2024, 04:42:04 am by omerix »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6344
    • View Profile
Re: Can I assign properties to numberCell from data?
« Reply #1 on: December 30, 2024, 11:35:56 am »
I'm afraid there is no setting for setting title ( tooltip ) for numberCells currently.