0.2.0 • Published 2 years ago
@deephaven/js-plugin-table-example v0.2.0
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.
0.2.1-deephaven-ui.216
2 years ago
0.2.1-deephaven-ui.221
2 years ago
0.2.1-docs-snapshots.21
2 years ago
0.2.1-docs-snapshots.22
2 years ago
0.2.1-docs-snapshots.23
2 years ago
0.2.1-docs-snapshots.24
2 years ago
0.2.1-docs-snapshots.25
2 years ago
0.2.1-alpha.12
2 years ago
0.2.1-alpha.18
2 years ago
0.2.0
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.1
3 years ago