Initial
This commit is contained in:
15
public/js/tab_accounts.js
Normal file
15
public/js/tab_accounts.js
Normal file
@@ -0,0 +1,15 @@
|
||||
var accounts;
|
||||
$(document).ready(function(){
|
||||
accounts = $('#accounts').DataTable({
|
||||
paging: false,
|
||||
searching:false,
|
||||
scrollX:false,
|
||||
info:false,
|
||||
ajax: { url: '/Ajax/getAccountsBalance', dataSrc:''},
|
||||
dom: '<"toolbar">frtip',
|
||||
columns: [
|
||||
{ title: "Konto",orderable:false, data: "description",className:"dt-receiver" },
|
||||
colBetrag
|
||||
]
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user