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 다른 용도로 사용할 수 있습니다.