Vlad Babich
Vlad Babich
Run this snippet in Legacy Groovy DHE to open an empty `NestedPartitionedDiskBackedTable`: ``` t3 = db.i("LearnDeephaven", "StockQuotes") ``` Click on a column to sort. Expected: - Partition selector stays visible...
Run this snippet in Legacy Groovy DHE to open a NestedPartitionedDiskBackedTable: ``` t2 = db.t("LearnDeephaven", "StockQuotes") ``` The panel initially opens with 2 disabled buttons - `Partitions` and `Coalesce`. The...
Originally posted in #2124 > It looks like "Advanced Filters > contains" is creating a case-insensitive by default query; at a minimum, I think it should provide the option for...
**Description** We should use column names instead of indexes in dehydrated grid settings. Otherwise, column shifts can result in grid hydration errors. **Steps to reproduce** 1. Run this command to...
**Description** Calling `copy` on a `JSTreeTable` instance throws an exception: ``` Error: java.lang.UnsupportedOperationException: reexport at UnsupportedOperationException_0.createError (dh-core.js:1383:10) at UnsupportedOperationException_0.initializeBackingError (dh-core.js:1409:46) at UnsupportedOperationException_0.Throwable_0 (dh-core.js:1348:8) at UnsupportedOperationException_0.Exception_1 (dh-core.js:1433:18) at UnsupportedOperationException_0.RuntimeException_1 (dh-core.js:1446:18) at...
**Description** JSAPI examples in the `/jsapi/` folder fail to authenticate. Change anonymous auth to PSK. **Steps to reproduce** 1. Go to 'http://localhost:10000/jsapi/table_basic.html?psk=[PSK]' **Expected results** The example works, no connection errors...
Dropdown Filter includes columns from the source table in the Filter Column drop down, but doesn't actually apply filters to the source table. I think that means these entries are...