Author Topic: Local filtering with location data Remote  (Read 2506 times)

Nadia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Local filtering with location data Remote
« on: February 01, 2016, 07:16:38 pm »
Hi support team  :)

I want to use the Local header filtering  with a Location in DataModel 'remote' but it does not work.

Thank you for your help !

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6264
    • View Profile
Re: Local filtering with location data Remote
« Reply #1 on: February 01, 2016, 10:19:56 pm »
you need to add type: 'local' to filterModel.

Code: [Select]
filterModel: {  type: 'local', on: true, mode: "AND", header: true },

Nadia

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Local filtering with location data Remote
« Reply #2 on: February 01, 2016, 10:39:57 pm »
Thank you veryyy much,it works perfectly. You really saved my day   ;D