@ -9,6 +9,7 @@
serverSide: true,
paging: false,
info: false,
scrollX: true,
searching: false,
autoWidth: false,
scrollCollapse: true,
@ -16,6 +16,7 @@
var _dataTable = $('#ProjectsTable').DataTable(abp.libs.datatables.normalizeConfiguration({
processing: true,
paging: true,
@ -17,6 +17,7 @@
ajax: abp.libs.datatables.createAjax(_identityRoleAppService.getList),
columnDefs: [
@ -15,6 +15,7 @@
order: [[1, "asc"]],
ajax: abp.libs.datatables.createAjax(_identityUserAppService.getList),
@ -19,6 +19,7 @@
ajax: abp.libs.datatables.createAjax(_tenantAppService.getList),
@ -24,6 +24,9 @@
width: 450px;
min-height: 300px;
z-index: 1062 !important;
@media screen and (max-width: 500px) {
width: 90vw;
}
.icon-container {
display: flex;
align-items: center;