Don't show "Append Command" when onPartitionAppend
prop is not provided
#1414
Labels
Milestone
onPartitionAppend
prop is not provided
#1414
Description
When the
onPartitionAppend
prop is not provided toIrisGrid
, do not show theAppend Command
in the Partition selector, as it won't do anything.Steps to reproduce
This uses the format of Nested Parquet Tables to create a partition aware table.
2. Open the table in the iframe UI: http://localhost:10000/iframe/table?name=grades
Expected Results
2. "Append Command" button should not be there, as there is no console session to append the command to
Actual Results
2. "Append Command" button is there, and clicking it does nothing
The text was updated successfully, but these errors were encountered: