Commit da572d1
authored
fix: allow input table to delete row with null key (#2386)
https://deephaven.atlassian.net/browse/DH-18681
IrisGridTableModel was failing to create a filter on a `null` key.
Updated to use the nullable util method.1 parent 8c8983b commit da572d1
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
| 430 | + | |
435 | 431 | | |
436 | 432 | | |
437 | 433 | | |
| |||
0 commit comments