As a developer of a TablePlugin, I would like to be able to get the table name and the current selection state from within my plugin.
Previously we could do this with the panel prop that was passed in before it was removed: #1982
Could use panel.getTableName() to get the table name and panel.irisGrid.current.state to get the selected range of rows. Would like to still be able to do that.
As a developer of a TablePlugin, I would like to be able to get the table name and the current selection state from within my plugin.
Previously we could do this with the
panelprop that was passed in before it was removed: #1982Could use
panel.getTableName()to get the table name andpanel.irisGrid.current.stateto get the selected range of rows. Would like to still be able to do that.