ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: mraj on March 15, 2024, 02:17:32 pm
-
Hi,
Please tell a correct way to add mathematical symbols in the paramquery grid.
tried, using the Hex Codes of greek letters and symbol values. some of them working and not others. Used Segoe UI font.
Or do I need to use Arial Unicode MS font and just Add the Characters ?
-
you can use column.render callback to display HTML entities or codes corresponding to the symbols.
https://paramquery.com/api#option-column-render
-
Thanks for the reply. will try further.