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.1.tar.gz
(372.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dashkit_table-1.0.1-py3-none-any.whl
(374.1 kB
view details)
File details
Details for the file dashkit_table-1.0.1.tar.gz.
File metadata
- Download URL: dashkit_table-1.0.1.tar.gz
- Upload date:
- Size: 372.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee2a4d8e07bfa3a1c4403e6519089005868b25176a753204f2b42d100e200154
|
|
| MD5 |
e5800534bd2cbcb05f54289568f299d1
|
|
| BLAKE2b-256 |
1c1731baece99121062fef06a1ebe207e6e59b97dd8ed411dc163a047bd467a7
|
File details
Details for the file dashkit_table-1.0.1-py3-none-any.whl.
File metadata
- Download URL: dashkit_table-1.0.1-py3-none-any.whl
- Upload date:
- Size: 374.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5dad978add9ef783b937bf3fd421174ef61f55c9e42d95b4dbef606a0ae13ec
|
|
| MD5 |
d99d13615eb3e778c736711d09c5bdb9
|
|
| BLAKE2b-256 |
d6fc2bdb536ed055a5172a08549c35b9c65beba4fb1c0f1e24e27c290bc17a98
|