Interactive Table -- Experimental UI

  • What are you trying to achieve?
    I am trying to add the Interactive Table to a custom plug-in of mine.
  • How are you trying to achieve it?
    I have tried adding
import {InteractiveTable} from '@grafana/ui'

and

import {InteractiveTable} from '@grafana/experimental'

after running

yarn add @grafana/experimental
  • What happened?
    Interactive Table is not an exported member.

  • Did you follow any online instructions? If so, what is the URL?
    Webpack App

Are we not able to use Interactive Table yet?

Update: I resolved the issue by running

yarn add @grafana/ui

which seems to have updated the package to include InteractiveTable.

1 Like