You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 📝 Summary
<!--
Provide a concise summary of what this pull request is addressing.
If this PR fixes any issues, list them here by number (e.g., Fixes#123).
-->
<img width="750" height="861" alt="image"
src="https://github.com/user-attachments/assets/d902d0b9-4a49-491f-a033-507cb6369016"
/>
Similar to #4245, we would
also like to have a function to provide a callback that can create hover
text for the individual cells.
## 🔍 Description of Changes
<!--
Detail the specific changes made in this pull request. Explain the
problem addressed and how it was resolved. If applicable, provide before
and after comparisons, screenshots, or any relevant details to help
reviewers understand the changes easily.
-->
This is another TanStack table plugin.
Needs some more polishing but you like to get a sense first if this
would be accepted.
## 📋 Checklist
- [X] I have read the [contributor
guidelines](https://github.com/marimo-team/marimo/blob/main/CONTRIBUTING.md).
- [ ] For large changes, or changes that affect the public API: this
change was discussed or approved through an issue, on
[Discord](https://marimo.io/discord?ref=pr), or the community
[discussions](https://github.com/marimo-team/marimo/discussions) (Please
provide a link if applicable).
- [ ] I have added tests for the changes made.
- [ ] I have run the code and verified that it works as expected.
Optional callback to run when this element's value changes.
334
334
style_cell (Callable[[str, str, Any], Dict[str, Any]], optional): A function that takes the row id, column name and value and returns a dictionary of CSS styles.
335
+
hover_template (str, optional): A template for the hover text of the table.
335
336
max_columns (int, optional): Maximum number of columns to display. Defaults to the
336
337
configured default_table_max_columns (50 by default). Set to None to show all columns.
337
338
label (str, optional): A descriptive name for the table. Defaults to "".
0 commit comments