Merge pull request #7288 from wandji20/wb-SCI-10443

Change table fonts and allow copy text [SCI-10443]
This commit is contained in:
ajugo 2024-03-15 12:17:16 +01:00 committed by GitHub
commit 40ea8e19a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"