maliming
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
7 deletions
-
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, |
|
|
|
|