Change table fonts and allow copy text [SCI-10443]

This commit is contained in:
wandji20 2024-03-14 20:08:56 +01:00
parent 773fcbef5e
commit 9ec4c96dd1
2 changed files with 4 additions and 0 deletions

View file

@ -61,3 +61,6 @@ html {
.ag-pinned-left-header .ag-header-cell:last-child .ag-header-cell-resize:after {
opacity: 0;
}
.ag-theme-alpine {
--ag-font-family: "SN Inter", "Open Sans", Arial, Helvetica, sans-serif !important;
}

View file

@ -48,6 +48,7 @@
:gridOptions="gridOptions"
:suppressRowClickSelection="true"
:getRowClass="getRowClass"
:enableCellTextSelection="true"
@grid-ready="onGridReady"
@first-data-rendered="onFirstDataRendered"
@sortChanged="setOrder"