dataTable demo
1.0.0
Lazarus プログラムから jQuery テーブルを操作する方法を示す、ほぼ最小限のシンプルな例。 DataSource は 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 他の用途にも使用できます