deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

fix: DH-17199: Filter by value in the tree table context menu always shows null (#2078) #2081

Closed vbabich closed 4 months ago

vbabich commented 4 months ago

Provide an initializer for the optional formatValue argument in IrisGridTreeTableModel snapshot method. Remove the conditional that caused the resultRow to be an empty array when the formatValue argument isn't provided.