Author Topic: Header filter row - without UI  (Read 989 times)

Rimokas

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
Header filter row - without UI
« on: September 16, 2021, 10:02:53 pm »
Hi,

exist possibility to get filters row fields without UI ? Now integer field filter, if to select input, return dialog in which I must to select numbers ... But I wanna to write directly in the input, without any dialogs or UI . Simply "1", or ">10" and etc ... In server side I'm analyzing this input doing own select ...
Now it's available in "string" type columns. But I want it and to other types ...
How to remove dialogs from inputs ?

Thanks ...

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6309
    • View Profile
Re: Header filter row - without UI
« Reply #1 on: September 17, 2021, 08:35:44 am »
If I understand correctly, you want input UI instead of dropdown UI for numbers.

UI depends upon filter condition e.g., there is dropdown UI for range condition and input for begin condition. Filter rules can also be custom designed.

Please check this example on remote header filtering on how to set filter conditions and also how to define custom filter conditions:

https://paramquery.com/pro/demos/filter_header

Rimokas

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 32
    • View Profile
Re: Header filter row - without UI
« Reply #2 on: September 17, 2021, 10:47:23 am »
Hi,

found how to do what I want - simply directed to condition "regexp" ...

Works fine! :)

Thanks !