How to add top and bottam pagination in datatable?

First open  jquery.datatables.js file and find   this.sDom = ‘lfrtip’; or this.sDom  and then write below code inplace of previous code.

this.sDom = ‘<“top”iflp>t<iflp>’;

 


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *