Merge pull request #2117 from gdlcf88/tenant-management-datatables-options

Add missing DataTables options for tenant-management module.
pull/2253/head
Halil İbrahim Kalkan 6 years ago committed by GitHub
commit 0c823682ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,6 +17,9 @@
var _dataTable = _$wrapper.find('table').DataTable(abp.libs.datatables.normalizeConfiguration({
order: [[1, "asc"]],
processing: true,
paging: true,
serverSide: true,
ajax: abp.libs.datatables.createAjax(_tenantAppService.getList),
columnDefs: [
{

Loading…
Cancel
Save