InvenTree/docs/tables.rst
2019-05-05 20:13:59 +10:00

560 B

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> </head>

Table Management

System Message: ERROR/3 (<stdin>, line 4)

Unknown directive type "toctree".

.. toctree::
   :titlesonly:
   :maxdepth: 2
   :caption: Tables
   :hidden:

InvenTree uses Bootstrap Table 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.

</html>