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 它可以用於任何其他