Example 'Responsive integration' for Editor-Plugin not working

Example 'Responsive integration' for Editor-Plugin not working

SurGraSurGra Posts: 4Questions: 2Answers: 0

Link: https://editor.datatables.net/examples/inline-editing/responsive

Hello,
hidden columns can't be edited. Is there a fix for this?

With best regards

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Hi @SurGra ,

    That link is working for me. Resize the page so that the Responsive aspect kicks in - open the row by clicking on the +, and then you can edit any of those fields.

    Can you try again and report back with more details if you believe there's an issue.

    Cheers,

    Colin

  • SurGraSurGra Posts: 4Questions: 2Answers: 0

    Hi Colin,
    this is what it looks like when I try to edit a field that is listed in the responsive .

    DT doesn't show any characters that I type in the field. Only when I press enter for confirming my input, the field gets expanded:

    I am using firefox 70.0.1 for Ubuntu.

  • colincolin Posts: 15,143Questions: 1Answers: 2,586

    Aha, I see it, thanks - it appears to be a FF issue (I was using Chrome before). I've raised it internally (DD-1265 for my reference) and we'll report back here when there's an update.

    Cheers,

    Colin

  • allanallan Posts: 61,715Questions: 1Answers: 10,106 Site admin
    Answer ✓

    Curious. As a workaround for the moment, in your CSS add:

    div.DTE_Inline_Field input {
      min-width: 200px;
    }
    

    to force the input element's width. I'm not sure why Firefox is collapsing it down.

    Allan

  • allanallan Posts: 61,715Questions: 1Answers: 10,106 Site admin

    Just to quickly say that this has been patched and will be in Editor 1.9.3 which should ship this week.

    Regards,
    Allan

This discussion has been closed.