ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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:
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
-
I'm afraid there is no setting for setting title ( tooltip ) for numberCells currently.