Inline Editing not working

Inline Editing not working

ravishahravishah Posts: 4Questions: 2Answers: 0

Hi ,
I have used this datatable: https://datatables.net/extensions/responsive/examples/styling/bootstrap.html
I am having First Name, Last name, Email, Position, office as editable when double-clicked on web. But when check on mobile or by minimizing browser it is disabling the fields from being inline editable. When compared HTML structure of both it is changing the dom elements adding ul, li because of which inline editing is not working. Any solution for this ?

Answers

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    Just to check my understanding of the issue - is the problem that the inline editing does not occur inside the child row? It does work on the parent row though?

    Allan

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    I've just tried the above, using the latest versions of Responsive and Editor and it appears to work as expected. Could you give me a link tot he page you are working on so I could take a look please?

    Thanks,
    Allan

  • ravishahravishah Posts: 4Questions: 2Answers: 0
    edited December 2015

    Hi Allan,

    Thanks for the quick reply. But currently it is in my local so cannot provide you details as of now. Let me deploy it to server tomorrow and then will provide you details.

    Just for information - I am using my own javascript function on double click event of <td>.

  • ravishahravishah Posts: 4Questions: 2Answers: 0

    allan,

    I was looking for the same:- https://datatables.net/forums/discussion/29555/responsive-editor-child-row#Comment_79361
    This guy is having same problem as i am having.

  • allanallan Posts: 63,761Questions: 1Answers: 10,510 Site admin

    I see - so you aren't using the default renderer for Responsive? In which case yes, the issue is identical to the other thread you found. I'll look at documenting what Editor requires there as soon as I can.

    Allan

This discussion has been closed.