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.0.4.tar.gz (367.7 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.0.4-py3-none-any.whl (371.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: dashkit_table-1.0.4.tar.gz
  • Upload date:
  • Size: 367.7 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.0.4.tar.gz
Algorithm Hash digest
SHA256 ac6ed87b75dfc1acb0e130f3459dea77d839df05fd974498d9b0e2b2447802af
MD5 631ae7be374d1103ab3e99ca84becd40
BLAKE2b-256 57b424288d9afa03529e0e8b33505e8ecad2033139afe10bbcf195104e9d4b60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: dashkit_table-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 371.2 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.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 be798a456e7daed737d804bd197f584b7825bf1461c8322316a8bbdd16822571
MD5 f53ed8329131cb763ca3813d78b03a56
BLAKE2b-256 e8df0cde903455c5eaeef9b7f6e81a6b749b22fbe992d02d3438f48df6d7aa28

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