Question about props table type column in 4.x.x
See original GitHub issueHello guys! Just recently upgraded to 4.x.x from 3.x.x and found out that types aren’t displayed in their own column anymore, but are placed inside of a description column.
I’d like to move move it in separate column again, but can’t see a way to do it. Is it even possible?
I tried overwriting PropsRenderer in config’s styleguideComponents option, but that didn’t do anything (however it worked with some other rsg components)
styleguideComponents: {
PropsRenderer: path.join(__dirname, 'src/app/styleguide/PropsRenderer.js'),
},
Is there a way for me to bring back the old behavior, like in pic below?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
React Table - types of property 'accessor' are incompatible
Type '{ col1: string; }' is not assignable to type 'Column<{ col1: string; }>'. Object literal may only specify known properties, and 'col1' ......
Read more >How to Use prop.table() Function in R (With Examples)
The prop.table() function in R can be used to calculate the value of each cell in a table as a proportion of all...
Read more >Lesson 3 Counting | Data Science in R: A Gentle ... - Bookdown
This lesson is about getting R to do the work of counting for us, so that we can focus on the questions we...
Read more ><table>: The Table element - HTML - MDN Web Docs - Mozilla
The HTML element represents tabular data — that is, information presented in a two-dimensional table comprised of rows and columns of cells ...
Read more >Tables in R – A quick practical overview - R Project
13.5 Migraine - Statistics for a Stratified 2x2-Table . ... The first question is how categorical data is technically organised.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Let me have a looksie… and it would probably help for tracking and changelog to have another issue but I could create it.
Thanks for the reply! You can see the bug in this repo https://github.com/iv-thomson/styleguidist-bug-example