Add missing DataTables options for tenant-management module.

pull/2117/head
Super 6 years ago committed by GitHub
parent 52513c9b98
commit 7d39a35a1b
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