mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 06:06:01 +00:00
filter lookups improvements
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
{
|
||||
fieldName: 'value',
|
||||
header: 'Value',
|
||||
formatter: row => row[columnName],
|
||||
formatter: row => (row[columnName] == null ? '(NULL)' : row[columnName]),
|
||||
},
|
||||
]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user