Add an input box for filename next to export button
Add an input box for filename next to export button

Hi,
Is there is way to add an input box next to the export buttons so that users can specify the filename of export? I am now adding it either below or above the table but it will be nice this box is next to the buttons.
Thanks,
Alex
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi @alelau ,
You can position elements in the header with
dom
,Cheers,
Colin
@colin
Thanks for the reply but I am not to sure how to do this. Did you meant I can specify a html element in the dom section? Can you share some codes?
Thanks
This example here has an
input
element in the footer to allow paging to jump to a specific page - this is a good example of that.Cheers,
Colin
@colin
Thanks, I understand now.