Browse Source

Update index.js

pull/10775/head
maliming 5 years ago
committed by GitHub
parent
commit
cb7f38e26f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js

7
modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js

@ -111,13 +111,6 @@
var _$table = _$wrapper.find('table');
_dataTable = _$table.DataTable(
abp.libs.datatables.normalizeConfiguration({
// "fnRowCallback": function( nRow, aData, iDisplayIndex ) {
// /* Append the grade to the default row class name */
// if ( aData[4] == "A" )
// {
// $('td:eq(4)', nRow).html( '<b>A</b>' );
// }
// },
order: [[1, 'asc']],
processing: true,
serverSide: true,

Loading…
Cancel
Save