Responsive : How to write visible columns in the collapsible in addition to the hidden ones
Responsive : How to write visible columns in the collapsible in addition to the hidden ones
sim24
Posts: 6Questions: 3Answers: 0
Link to test case: https://jsfiddle.net/m8nq46Lj/1/
Description of problem: By default, the responsive component writes the hidden columns in the collapsible child. Is there a way to have the visible columns written there as well ?
My use case is long text ellipsified by CSS that I want visible when the hidden columns are uncollapsed.
This question has an accepted answers - jump to answer
Answers
You could use a
responsive.details.renderer
. See this example. The example only shows the hidden columns by usingcol.hidden ?
. You could simply return all the columns.Kevin
@kthorngren Works a charm, thanks !