Built the 'show'-view for budgets.

This commit is contained in:
Sander Dorigo
2014-11-08 19:11:51 +01:00
parent ac299e7279
commit 873384a34b
8 changed files with 231 additions and 449 deletions

View File

@@ -117,5 +117,7 @@ var defaultSankeyChartOptions = {
height: 400
}
var defaultTableOptions = {
allowHtml: true
allowHtml: true,
page: 'enable',
pageSize: 50
};