Paste from excel: Text area besides control buttons
Paste from excel: Text area besides control buttons
Busteren
Posts: 52Questions: 17Answers: 4
I have a datatable with the html5 buttons like Copy, Excel and a costume "Update". However I was wondering if it is possible to have a textarea (much like search, I can get the textarea inside the button, but that looks weird) to paste values into. Not asking for how to paste into, just how to get that textarea there.
Regards T
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
$('div.dt-buttons').append( HTML );
after creating the datatable did the trickFor more info read here: Custom toolbar
(Now I only have to make it paste to the table...)
Please mark as closed