diff --git a/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js b/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js index 52cbd03883..96ee7e5361 100644 --- a/modules/identity/src/Volo.Abp.Identity.Web/Pages/Identity/Users/index.js +++ b/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( 'A' ); - // } - // }, order: [[1, 'asc']], processing: true, serverSide: true,