There was an error while loading. Please reload this page.
To create simple instance of GigaTables one should create javascript (with lniked JQuery of course) like:
$('#gigatable').GigaTable({ struct: {// all in search: ['top', 'bottom'], rowsSelector: ['asc', 'top', 'bottom'], pagination: ['bottom'] }, ajax: 'gigatables.php', columns: [ {data: "id"}, {data: "desc"}, {data: "title"}, {data: "date"}, {data: "types"}, {data: "info"} ] });
Where: