shiny.fluent
shiny.fluent copied to clipboard
Add few examples for R users how to work the DetailsList
Motivation
DetailsList component under Shiny R provides fairly simple default funcitonality for displaying tabular data. If u want to for instnance:
- sticky headers
- % format of a column, or other formatings
- sortable columns
- color coding of values
- filterable interface for the user
this needs to be do under JS, however to an avera R user it is not clear how to do to.
Please add i a documentation which clearly depict how the functionality of the component DetailsList can be extended with some JS/TS/css coding.
Feature description
Documentaiton and examples.
Implementation ideas
No response
Impact
No response
Comments
No response