Author Topic: Multi rules in a single column remote filtering 5.6.0  (Read 2039 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Multi rules in a single column remote filtering 5.6.0
« on: November 27, 2018, 02:14:46 pm »
Do the remote (php) scripts needs to be updated?
Can't get it to work when only upgrading to 5.6.0.
« Last Edit: November 27, 2018, 02:56:52 pm by queensgambit9 »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Multi rules in a single column remote filtering 5.6.0
« Reply #1 on: November 27, 2018, 07:44:16 pm »
Yes the remote script ( FilterHelper class ) also need to be updated.

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

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Re: Multi rules in a single column remote filtering 5.6.0
« Reply #2 on: November 27, 2018, 08:33:43 pm »
Found it, thanks.

Some questions:

1. When using multi rules only the first value seem to be inserted into the header filter when you click 'ok' and the filter is applied...is that by design?

2. For a column that has ex, "contain" as initial condition and then when user manually switch to "range", the options are locally loaded (not from DB). How can I address that problem?


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Multi rules in a single column remote filtering 5.6.0
« Reply #3 on: November 28, 2018, 01:16:39 pm »
1. Header row can display only 1st filter condition, that's by design. 2nd condition can be accessed only through column header menu.

2. The options need to be prefilled from remote location like in a complete or load event.