dataTable demo
1.0.0
Un ejemplo sencillo casi mínimo de cómo se puede trabajar con una tabla jQuery del programa Lazarus. DataSource es de la base de datos Firebird o SQLite3
Simplemente cree demo.ini
y escriba la configuración en él.
[DB]
; ; DB host, for example: localhost, 127.0.0.1, sample.com
host =localhost
; ; DB name. For TSQLConnection.DatabaseName
name =.sample.sqlite3
user =sysdba
password =masterkey
driver =SQLite3
[Table]
Name =employee
col0 =id
col1 =Empid
col2 =EmpName
col3 =EmpJoiningDate
col4 =Salary
col5 =Address
ColCount =6
SearchCol =2
La plantilla se utiliza como marco de interfaz sb-admin
https://github.com/startbootstrap/startbootstrap-sb-admin/ Los marcos JS: jQuery, dataTables https://datatables.net, celledit https://github.com /ejbeaty/CellEdit Puede usarse para eso cualquier otro