#115 fix new lines - use pre

This commit is contained in:
lana-k
2024-01-06 18:55:45 +01:00
parent 7a18e415c8
commit d949629ee4
4 changed files with 38 additions and 25 deletions
+1 -2
View File
@@ -36,8 +36,7 @@
<td
v-for="(col, colIndex) in columns"
:data-col="colIndex"
:data-row="rowIndex - 1"
:data-record="pageSize * (currentPage - 1) + rowIndex - 1"
:data-row="pageSize * (currentPage - 1) + rowIndex - 1"
:data-isNull="isNull(getCellValue(col, rowIndex))"
:data-isBlob="isBlob(getCellValue(col, rowIndex))"
:key="colIndex"