ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: omerix on December 28, 2024, 04:40:02 am

Title: Can I assign properties to numberCell from data?
Post by: omerix 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

Title: Re: Can I assign properties to numberCell from data?
Post by: paramvir on December 30, 2024, 11:35:56 am
I'm afraid there is no setting for setting title ( tooltip ) for numberCells currently.