Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit ebaafcf

Browse files
Ghislain BeaulacGhislain Beaulac
Ghislain Beaulac
authored and
Ghislain Beaulac
committed
feat(service): expose refreshBackendDataset for backend
1 parent 57351bf commit ebaafcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/modules/angular-slickgrid/services/controlAndPlugin.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ export class ControlAndPluginService {
390390
};
391391
}
392392

393-
private refreshBackendDataset(gridOptions) {
393+
refreshBackendDataset(gridOptions: GridOption) {
394394
let query;
395395
const backendApi = gridOptions.backendServiceApi || gridOptions.onBackendEventApi;
396396
if (!backendApi || !backendApi.service || !backendApi.process) {

src/app/modules/angular-slickgrid/styles/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ $icon-sort-asc: "\f0d8" !default;
7373
$icon-sort-desc: "\f0d7" !default;
7474
$icon-sort-color: rgb(76, 128, 190) !default;
7575
$icon-sort-position-right: 10px;
76-
$icon-sort-position-top: ((15px * $header-row-count) - 15px);
76+
$icon-sort-position-top: ((15px * $header-row-count) - 15px) !default;
7777
$table-background: transparent !default;
7878
$container-border: 0px solid $border-color !default;
7979
$link-color: #08c !default;

0 commit comments

Comments
 (0)