Author Topic: Can I use ParamQuery to achieve the table capabilities in the picture?  (Read 971 times)

zhouqi

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 16
    • View Profile
Hello paramvir,

Can I use ParamQuery to achieve the table capabilities in the picture?

1. supports  add formulas on column ?

2. header label left and right position add customize icon and dropdown menu?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Not exactly.

1. It seems similar to column.format callback feature in pqgrid, difference being that pqgrid column.format callback is written in imperative style while the one in the screenshot is written in declarative style.

https://paramquery.com/pro/api#option-column-format

2. Context menu on the column in pqgrid can be used for similar functionality.

If you feel those features are important to include in pqgrid, please add it in feature request board of ParamQuery.