mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
Dev: Renaming demo database table for naming consistency
This commit is contained in:
parent
f6a05f5a46
commit
311cc96572
@ -1 +1 @@
|
||||
f32ea270f6f280994a28bcaef91dbd13e4a81cf3
|
||||
14b4db6bb356601614d94569a28d5deb98149d93
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
// DB table to use
|
||||
$table = 'datatables-demo';
|
||||
$table = 'datatables_demo';
|
||||
|
||||
// Table's primary key
|
||||
$primaryKey = 'id';
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
// DB table to use
|
||||
$table = 'datatables-demo';
|
||||
$table = 'datatables_demo';
|
||||
|
||||
// Table's primary key
|
||||
$primaryKey = 'id';
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
// DB table to use
|
||||
$table = 'datatables-demo';
|
||||
$table = 'datatables_demo';
|
||||
|
||||
// Table's primary key
|
||||
$primaryKey = 'id';
|
||||
|
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
// DB table to use
|
||||
$table = 'datatables-demo';
|
||||
$table = 'datatables_demo';
|
||||
|
||||
// Table's primary key
|
||||
$primaryKey = 'id';
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
// DB table to use
|
||||
$table = 'datatables-demo';
|
||||
$table = 'datatables_demo';
|
||||
|
||||
// Table's primary key
|
||||
$primaryKey = 'id';
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
// DB table to use
|
||||
$table = 'datatables-demo';
|
||||
$table = 'datatables_demo';
|
||||
|
||||
// Table's primary key
|
||||
$primaryKey = 'id';
|
||||
|
Loading…
x
Reference in New Issue
Block a user