You've already forked golang-saas-starter-kit
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:
@ -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
|
||||
|
Reference in New Issue
Block a user