Link to home
Start Free TrialLog in
Avatar of Yakup K
Yakup K

asked on

Adding a link on the nested data table

I would like to add a download link, just before search box. I am using third level nested data table. This data creates dynamically on AJAX respond data.
I am using the following plugins;
Datatable
nested data table

 Second and third level of table is shown, when user click on the table rows. How I can add download link for the last level of the datatable ?

 var appendDownloadLink = $(".dataTables_filter");
    		                    
appendDownloadLink.prepend('<a class="download">Download</a>');

Open in new window


JSfiddle
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Yakup K
Yakup K

ASKER

Thanks a lot Julian. You are the best!
You are welcome.