dataTable demo
1.0.0
Contoh sederhana dan hampir minimal tentang bagaimana Anda dapat bekerja dengan tabel jQuery dari program Lazarus. DataSource berasal dari database firebird atau SQLite3
Buat saja demo.ini
dan tulis pengaturan di dalamnya
[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
Templat digunakan sebagai kerangka frontend sb-admin
https://github.com/startbootstrap/startbootstrap-sb-admin/ Kerangka kerja JS: jQuery, dataTables https://datatables.net, celledit https://github.com /ejbeaty/CellEdit Dapat digunakan untuk hal lain