Skip to main content

Modern Handsontable component for Dash with native theming support

Project description

dashkit_table

Dash component wrapping Handsontable (v16) with Dashkit-native theming and sensible defaults.

Install

pip install dashkit_table

Usage

from dash import Dash, html
from dashkit_table import DashkitTable

app = Dash(__name__)

app.layout = html.Div(
    DashkitTable(
        id="table",
        data=[["Alice", 10], ["Bob", 20]],
        columns=[{"data": 0, "title": "Name"}, {"data": 1, "title": "Score"}],
        themeName="ht-theme-main",
        stretchH="all",
    )
)

if __name__ == "__main__":
    app.run(debug=True)

Features

  • Handsontable v16 with column sorting, filters, dropdown menu enabled by default
  • Theme switching support via themeName
  • Bundled JS assets for immediate use in Dash

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dashkit_table-1.1.2.tar.gz (369.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dashkit_table-1.1.2-py3-none-any.whl (373.9 kB view details)

Uploaded Python 3

File details

Details for the file dashkit_table-1.1.2.tar.gz.

File metadata

  • Download URL: dashkit_table-1.1.2.tar.gz
  • Upload date:
  • Size: 369.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for dashkit_table-1.1.2.tar.gz
Algorithm Hash digest
SHA256 0d2e94612348d9a08e6f1bf886fce109230c4f0452521b5d3576ac649d2f5f60
MD5 bddb00043e16dde9150ffacd71c3e01a
BLAKE2b-256 f7e3d72fd6d452956082c3489ab236735d10d21166ddd6bbbb5b5090cbf67cda

See more details on using hashes here.

File details

Details for the file dashkit_table-1.1.2-py3-none-any.whl.

File metadata

  • Download URL: dashkit_table-1.1.2-py3-none-any.whl
  • Upload date:
  • Size: 373.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.13

File hashes

Hashes for dashkit_table-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a9e6d0ecd2e227c363ddbe28f015e53e4cac9b9f6e778c080dece5b260e8365
MD5 f45db3a4a560a40f3a267b3daad71530
BLAKE2b-256 32ababa9d8e3b344f11a5add1a90ac0aebc8588ba61aa598f0b2b2fda70210f8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page