Closed Ponvijaykumar closed 5 years ago
It's possible to add new fields object { id: "FieldID", type: "text", label: "FieldLabel" } in existing structFilter.
$("#myFilter").structFilter({ fields: [ {type:"text", id:"lastname", label:"Lastname"}, {type:"text", id:"firstname", label:"Firstname"}, ] });
I try to destroy and re-create structFilter
But not able to destroy the existing structFilter.
Thanks for letting me know. I just fixed the destroy method.
It's possible to add new fields object { id: "FieldID", type: "text", label: "FieldLabel" } in existing structFilter.
$("#myFilter").structFilter({ fields: [ {type:"text", id:"lastname", label:"Lastname"}, {type:"text", id:"firstname", label:"Firstname"}, ] });