Author Topic: options for mathematical symbols in the grid  (Read 295 times)

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
options for mathematical symbols in the grid
« 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 ?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: options for mathematical symbols in the grid
« Reply #1 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

mraj

  • Newbie
  • *
  • Posts: 46
    • View Profile
Re: options for mathematical symbols in the grid
« Reply #2 on: March 16, 2024, 09:52:30 am »
Thanks for the reply. will try further.