editable class not set for detail columns in responsive inline editor mode
editable class not set for detail columns in responsive inline editor mode
svelu2002
Posts: 5Questions: 2Answers: 0
I'm having a table with editor in responsive mode. I use tbody td.editable selector for inline editiing. But when viewing on mobile, for the details columns/fields, the editable class is not getting set automatically so they become non-editable. Is there a solution for this?
Thanks.
Velu
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Using
td.editable
won't work for the Responsive display, since by default they are not shown in a cell. Instead you'll need to add another selector as well. See this example for how to use inline editing with Responsive.Allan
Thanks Allen.