mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
#115 add styles for blob and null
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
<value-viewer
|
||||
v-show="selectedCell"
|
||||
:cellValue="selectedCell ? selectedCell.innerText : ''"
|
||||
:is-null="selectedCell && selectedCell.dataset.isnull === 'true'"
|
||||
:is-blob="selectedCell && selectedCell.dataset.isblob === 'true'"
|
||||
/>
|
||||
<div v-show="!selectedCell" class="table-preview">
|
||||
No cell selected to view
|
||||
|
||||
Reference in New Issue
Block a user