
Ich habe in meinem Projekt unten einen Verweis auf die Datentabelle.
Code: Select all
Code: Select all
Name
Position
Office
Name
Position
Office
Tiger Nixon
System Architect
Edinburgh
Garrett Winters
Accountant
Tokyo
Ashton Cox
Junior Technical Author
San Francisco
Cedric Kelly
Senior Javascript Developer
Edinburgh
Airi Satou
Accountant
Tokyo
Code: Select all
$(function () {
var localTable =$('#example').dataTable({
"bProcessing": true,
"iDisplayLength": 5,
"bPaginate": true,
"sPaginationType": "full_numbers"
});
});
Mobile version