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
GT: Sorting/filtering/editing on underlying data instead of displayed data [P1]
GT: Column rearranging/hiding [P1]
GT: Column names [P1]
GT: Markdown/HTML support [P1]
GT: Some amount of erroring if you used a GT feature we don't support [P1]
GT: Column alignment/width
GT: Table options?
GT: Font stack?
GT: Spanners
- [ ] `reactable ` support?
- [ ] Perform a SPIKE early to see how viable it is. More work , but much bigger payout
- [ ] Spike reactable
1. Wire up basic reactivity (simple)
2. Make reactable-py editable (complex)
* research: what would it take to make reactable.js editable?
* would involve submitting a PR to glin/reactable
4. Auto data types -> reactable column
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
htmltools.HTML
to inherit fromcollections.UserString
, notstr
(feat(HTML)!:HTML
class no longer inherits fromstr
py-htmltools#86)htmltools.TagList
to inherit fromcollections.UserList
, notlist
(feat(TagList)!:TagList
now inherits fromcollections.UserList
, instead oftyping.List
py-htmltools#97).update_data(data, *, reset)
and.update_cell_value(value, *, row, col)
feat(data_frame): Add.update_data(data, *, reset)
and.update_cell_value(value, *, row, col)
#1449@render.data_frame
):editable
should be able to take a character vector of column names that are editable #1728.scroll_to(row_id)
Feature Request: scroll_to(row_id) for data_frame #1457.update_scroll(row=)
?DataGrid
andDataTable
. Should display in UI, but disable all reactivityBUBBLE
@render.data_frame
#1560 (comment)great_tables
support?The text was updated successfully, but these errors were encountered: