mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
First attempt at generating proper paging google tables. However, somehow they are kind of messed up, so I'm probably going to drop this.
This commit is contained in:
@@ -15,7 +15,7 @@ if ($('input[name="category"]').length > 0) {
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
if(typeof googleTable != 'undefined') {
|
||||
googleTable('table/transactions/' + what,'transaction-table');
|
||||
if(typeof googleTablePaged != 'undefined') {
|
||||
googleTablePaged('table/transactions/' + what,'transaction-table');
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user