Hi,
I m using an abp datatable in which i have rowActions for 2 buttons
it works normally, but when i added a rowCallback to the table (to make some rows with different color with specific condition) it makes the rowActions ignored for the 2 buttons, and they become invisible!!
so the rows are colored correctly, but there are no columns for the action items.
Please i want to fix this issue ASAP to use rowcallback normally with rowactions.
Thanks in advance
10 Answer(s)
-
0
hi
Can you add a breakpoint and check this?
https://github.com/abpframework/abp/blob/ce10de025ecb04512da86a15e585234bbc2fb07c/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js#L267
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
_dataTable = _$table.DataTable( abp.libs.datatables.normalizeConfiguration({ order: [[1, 'asc']], processing: true, serverSide: true, scrollX: true, paging: true, ajax: abp.libs.datatables.createAjax( _identityUserAppService.getList ), columnDefs: abp.ui.extensions.tableColumns.get('identity.user').columns.toArray(), rowCallback: function (nRow, aData, iDisplayIndex, iDisplayIndexFull) { $.fn.dataTable.defaults.fnRowCallback.apply(this, [nRow, aData, iDisplayIndex, iDisplayIndexFull]); } }) );Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Any sample for database footer with totals ?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Copy tenant data to a new tenant. This helps when you want to create a copy of an existing tenant to do some tests
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


