editable class not set for detail columns in responsive inline editor mode

editable class not set for detail columns in responsive inline editor mode

svelu2002svelu2002 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

Answers

  • allanallan Posts: 63,468Questions: 1Answers: 10,466 Site admin
    Answer ✓

    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

  • svelu2002svelu2002 Posts: 5Questions: 2Answers: 0

    Thanks Allen.

This discussion has been closed.