1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

Merge branch 'issue16/web-app-signup' of gitlab.com:geeks-accelerator/oss/saas-starter-kit into issue16/web-app-signup

This commit is contained in:
Lucas Brown
2019-08-05 01:20:00 -08:00
12 changed files with 507 additions and 85 deletions

View File

@ -28,7 +28,11 @@
serverSide: true,
ordering: true,
searching: true,
ajax: "{{ .datatable.AjaxUrl }}",
ajax: {
"url": "{{ .datatable.AjaxUrl }}",
"contentType": "application/json; charset=utf-8",
"dataType": "json"
},
scrollY: 300,
scroller: {
loadingIndicator: true