Browse Source

Add missing DataTables options for tenant-management module.

pull/2117/head
Super 7 years ago
committed by GitHub
parent
commit
7d39a35a1b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Pages/TenantManagement/Tenants/Index.js

3
modules/tenant-management/src/Volo.Abp.TenantManagement.Web/Pages/TenantManagement/Tenants/Index.js

@ -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