Open jessburnett opened 9 years ago
You have to "include" localization file
<script type="text/javascript" src="/path/to/jui_filter_rules/localization/en.min.js"></script>
see http://www.pontikis.net/labs/jui_filter_rules/demo/ (the code tab)
I included the localization file and it does not solve the error. Did you ever find a solution to this issue?
I have a filter setup:
filterOptions: { filters: [ { filterName: "nom_id", "filterType": "number", field: "nom_id", filterLabel: "Nom ID", filter_interface: [ { filter_element: "input", filter_element_attributes: {"type": "number"} } ] } ] }
What am I missing?