@deephaven/js-plugin-table-example

0.2.0 • Public • Published

Deephaven JavaScript Table Example Plugin

A simple plugin demonstrating TablePlugin functionality.

Development

npm install
npm run build

Your output will be in dist/index.js

Usage

Set the PLUGIN_NAME attribute on the Table with the name of the plugin.

from deephaven import empty_table
t = empty_table(5).update("X=i")
t.j_table.setAttribute("PluginName", "@deephaven/js-plugin-table-example")

The table will then open up, with the "Example Plugin" shown across the top, and options in the context menu.

Package Sidebar

Install

npm i @deephaven/js-plugin-table-example

Weekly Downloads

1

Version

0.2.0

License

Apache-2.0

Unpacked Size

556 kB

Total Files

6

Last publish

Collaborators

  • bingles
  • jnumainville
  • deephaven-bot
  • vbabich
  • mofojed
  • mikebender
  • niloc132
  • nbauernfeind