Inline Editing not working
Inline Editing not working
ravishah
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 ?
This discussion has been closed.
Answers
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
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
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>.
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.
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