2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Add AJAX filtering of company list

- Search across NAME and DESCRIPTION fields
- TODO - Implement pagination (how?)
This commit is contained in:
Oliver
2018-04-23 20:37:36 +10:00
parent 6c1784b5b9
commit f1a5b3c1ca
4 changed files with 95 additions and 14 deletions

View File

@ -16,12 +16,19 @@
<!-- Local stylesheet -->
<link rel="stylesheet" href="{% static 'css/inventree.css' %}">
<!-- AJAX -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Bootstrap javascript -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
-->
{% block head %}
{% endblock %}
<title>
{% block title %}
InvenTree