dataTable demo
1.0.0
一个简单的几乎最小的示例,说明如何使用 Lazarus 程序中的 jQuery 表。数据源来自firebird或SQLite3数据库
只需创建demo.ini
并在其中写入设置即可
[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
该模板用作前端框架sb-admin
https://github.com/startbootstrap/startbootstrap-sb-admin/ JS 框架:jQuery、dataTables https://datatables.net、celledit https://github.com /ejbeaty/CellEdit 它可以用于任何其他