Closed devchris closed 5 years ago
Could it be that the data-tablesaw-priority="persist" is broken?
data-tablesaw-priority="persist"
I'm trying to use it in the last column, but what it does is it hides the column when the browser gets smaller.
have same issue, but https://codepen.io/joranovski/pen/NqoBKN?editors=1000 works fine (v1.0.4)
workaround(sass)
.tablesaw-swipe .tablesaw-swipe-cellpersist display: table-cell !important
Could it be that the
data-tablesaw-priority="persist"
is broken?I'm trying to use it in the last column, but what it does is it hides the column when the browser gets smaller.