Added paging to user list.

pull/441/head
Alper Ebicoglu 6 years ago
parent d4e4de94bd
commit eea3a573cc

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

Loading…
Cancel
Save