Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabulator: add parameter to set Tabulator JS options not yet exposed on a per column base #7256

Open
maximlt opened this issue Sep 11, 2024 · 0 comments
Labels
component: tabulator Related to the Tabulator widget type: discussion Requiring community discussion type: enhancement Minor feature or improvement to an existing feature

Comments

@maximlt
Copy link
Member

maximlt commented Sep 11, 2024

The Tabulator widget offers the configuration parameter to further customize the component by forwarding options directly to Tabulator JS. This is a great way to use Tabulator JS options not yet exposed in the Panel widget. However, these options are applied to the whole table, there's currently no way to apply not-yet-exposed Tabulator JS options to a specific column or set of columns. As such, I would like to discuss adding a new column_configuration (or better name) parameter that would cover this use case.

pn.widgets.Tabulator(df, column_configuration={'col1': {'tooltip': True}})
@maximlt maximlt added TRIAGE Default label for untriaged issues type: enhancement Minor feature or improvement to an existing feature type: discussion Requiring community discussion component: tabulator Related to the Tabulator widget and removed TRIAGE Default label for untriaged issues labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: tabulator Related to the Tabulator widget type: discussion Requiring community discussion type: enhancement Minor feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant