albinasoft-ui-package 1.1.19 → 1.1.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -66,9 +66,7 @@ function CustomDatatable(_a) {
|
|
66
66
|
borderRadius: 10,
|
67
67
|
} }))),
|
68
68
|
react_1.default.createElement("div", { style: { width: "100%", height: tableHeight ? "".concat(tableHeight, "px") : "auto" } },
|
69
|
-
react_1.default.createElement(ag_grid_react_1.AgGridReact, { loading: loading, domLayout: tableHeight ? undefined : "autoHeight", theme: theme, rowData: rowData, columnDefs: columnDefs, localeText: localeText, quickFilterText: quickFilterText.toLowerCase(), suppressServerSideFullWidthLoadingRow: true,
|
70
|
-
// Spinner içeren overlay
|
71
|
-
overlayLoadingTemplate: "\n <div class=\"ag-overlay-loading-center\">\n <div class=\"spinner-border spinner-border-sm\" role=\"status\">\n <span class=\"visually-hidden\">Y\u00FCkleniyor\u2026</span>\n </div>\n </div>", overlayNoRowsTemplate: '<span class="ag-overlay-no-rows-center">G\u00F6sterilecek Sat\u0131r Yok</span>', pagination: pagination, paginationPageSize: paginationPageSize, paginationPageSizeSelector: paginationPageSizeSelector }))));
|
69
|
+
react_1.default.createElement(ag_grid_react_1.AgGridReact, { loading: loading, domLayout: tableHeight ? undefined : "autoHeight", theme: theme, rowData: rowData, columnDefs: columnDefs, localeText: localeText, quickFilterText: quickFilterText.toLowerCase(), suppressServerSideFullWidthLoadingRow: true, overlayLoadingTemplate: "\n <div class=\"ag-overlay-loading-center\">\n <div class=\"spinner-border spinner-border-lg\" role=\"status\">\n </div>\n </div>", overlayNoRowsTemplate: '<span class="ag-overlay-no-rows-center">G\u00F6sterilecek Sat\u0131r Yok</span>', pagination: pagination, paginationPageSize: paginationPageSize, paginationPageSizeSelector: paginationPageSizeSelector }))));
|
72
70
|
}
|
73
71
|
exports.CustomDatatable = CustomDatatable;
|
74
72
|
exports.default = CustomDatatable;
|