ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: mraj on March 15, 2024, 02:17:32 pm

Title: options for mathematical symbols in the grid
Post 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 ?
Title: Re: options for mathematical symbols in the grid
Post by: paramvir on March 15, 2024, 07:09:39 pm
you can use column.render callback to display HTML entities or codes corresponding to the symbols.

 https://paramquery.com/api#option-column-render
Title: Re: options for mathematical symbols in the grid
Post by: mraj on March 16, 2024, 09:52:30 am
Thanks for the reply. will try further.