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
This issue is an extension of the existing column_def(), which currently supports defining column properties such as name, width, and column_type. The goal is to enhance column_def() by incorporating column styling options from Cheetah Grid to allow users to customize column appearance (e.g., text alignment, font, colours) when using cheetah(), similar to how reactable allows column-level customization.
Description
This issue is an extension of the existing
column_def()
, which currently supports defining column properties such asname
,width
, andcolumn_type
. The goal is to enhancecolumn_def()
by incorporating column styling options from Cheetah Grid to allow users to customize column appearance (e.g., text alignment, font, colours) when usingcheetah()
, similar to how reactable allows column-level customization.Existing Function of column_def()
Why Column Styling is Important?
Reference Documentation
👉 Cheetah Grid Column Styles API
Enhancements to Implement
Add Styling Parameters to
column_def()
by Introducing options such as:Updated Function Proposal:
Task Breakdown
Expose Column Styling Options to R
textAlign
,font
,backgroundColor
, andborderColor
.column_def()
function to accept styling parameters.Modify JavaScript to Apply Styles
Expected outcome with sample usage in R:
The text was updated successfully, but these errors were encountered: