I am using jQuery data table to manage tables. In this I need to add a div on table only not on the pagination div like below
<div class="class-name"> <table></table> </div> <div class="dataTables_paginate paging_simple_numbers"></div>
Can someone help me in this?
class-nameto the table itself?