Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

Multiline Editing whith many different values

$
0
0

Hi,
I'm having a problem with Editor 1.9.2.
When editing multiple lines; if every line contains the same value for the same field than everything goes fine.
However, in the case when I have different values (supposing a line has a value for a specific field and another line has a different value for this same field) than the input field allowing to edit the field just doesn't appear.
What is strange is that if I inspect the html code, I can see that the "card multi-value" class is there but it doesn't show up because it's inside the following div :

<div data-dte-e="input-control" class="DTE_Field_InputControl" style="display: none;"> </div>

I know it's possible to javascript everything so I can change the display property using the editor.on('opened') event, however it would be nice and clean to understand why the standard behavior is not working.

Thanks for your help. :)
David


Viewing all articles
Browse latest Browse all 3740