dataTable demo
1.0.0
ตัวอย่างง่ายๆ ขั้นต่ำสุดของวิธีการทำงานกับตาราง jQuery จากโปรแกรม Lazarus แหล่งข้อมูลมาจากฐานข้อมูล 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 มันสามารถนำไปใช้กับอันอื่นได้