table headers disappear when using collapsible table rows.
What am I doing wrong? I added collapsible table rows and now my previously nice sortable columns have no headers?
5 Replies
Based on the screenshots in the docs, this seems to be the intended behavior, but in my case, not having the table headers eliminates valuable context about the table data. I get the use cases in the docs it probably makes sense, but my use case is more basic tabular data that has associated data I want to display when expanded.
Hi Jon, I had the same problem and as workaround, I used description('Text'), position: 'above')
It's not the same as having a standard header of course
Thanks for that, but I don't think it'll work for me in my situation unfortunately.
It's the
Split::make
that removes the column headers. Unfortunately, that's the only way to have responsive tablesI've noticed that description is displayed only if there is data. Is it possible to force display a description even if cell value is null?