We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I defined filter options. What could be the issue?
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
I included the localization file
<!-- FILTERS plugin --> <link rel="stylesheet" type="text/css" href="css/jquery.jui_filter_rules.bs.min.css"> <script type="text/javascript" src="js/jquery.jui_filter_rules.min.js"></script> <script type="text/javascript" src="js/jui_filter_rules/localization/en.min.js"></script> <!-- required from filters plugin --> <script type="text/javascript" src="js/moment.min.js"></script> <!-- DATAGRID plugin --> <link rel="stylesheet" type="text/css" href="css/jquery.bs_grid.min.css"> <script type="text/javascript" src="js/jquery.bs_grid.min.js"></script> <script type="text/javascript" src="js/localization/en.min.js"></script> <script type="text/javascript" src="js/tc.js"></script>
No branches or pull requests
I defined filter options. What could be the issue?
The text was updated successfully, but these errors were encountered: