TreeGrid in HTML and NodeJS server
Simple example in pure JavaScript without any installation; Creates TreeGrid dynamically by TreeGrid() function
Creates grid from and saves changes back to database on NodeJS server and SQLite3 database or static file
Examples:
Static file (no upload)
Plain table (SQL)
Tree table (SQL)
Plain Gantt (SQL)
Gantt tree (SQL)
Run chart (SQL)
Sheet (file upload)
The Static file example loads data directly without server and cannot upload changes.
The SQL examples use
SQLite3
SQLite.db file as source SQL database.
The Sheet example loads and saves the whole data on server as file.