mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-25 21:05:54 +00:00
InvenTree
ci
docs
_static
templates
Makefile
conf.py
forms.rst
index.rst
make.bat
modules.rst
reference.rst
requirements.txt
rest.rst
tables.rst
translate.rst
images
.coveragerc
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
requirements.txt
setup.cfg
tasks.py
14 lines
560 B
ReStructuredText
14 lines
560 B
ReStructuredText
Table Management
|
|
================
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:caption: Tables
|
|
:hidden:
|
|
|
|
InvenTree uses `Bootstrap Table <https://bootstrap-table.com/>`_ to manage tabulated data in the web front-end. The ability to tabulate data from read via an AJAX request allows tables to be updated on-the-fly (without a full page reload).
|
|
|
|
Bootstrap Table also provides integrated tools for table searching, filtering, and advanced rendering.
|
|
|
|
Frontend code for table functionality can be found at ``InvenTree/static/script/inventree/tables.js``. |