How to Create DataTable's Pagination Link Custom designs and change it's Default Place in DOM.

How to Create DataTable's Pagination Link Custom designs and change it's Default Place in DOM.

maulikDavemaulikDave Posts: 23Questions: 8Answers: 0

In My Datatable I changed "pagingType": "simple", So I Got Previous and Next Links, Now I want two imaged Corresponds to each link so I add the following in my code ...

 oLanguage: {
                oPaginate: {
                    sNext: '<span><img src="/images/next-arrow.svg"/></span>',
                    sPrevious: '<span><img src="/images/previous.svg"/></span>'
                }
            }

Now I am getting the Following Result...

Now I wanted to Remove The border around Links and no space between them , and also it will be good if I can change the place of links.

Can anyone help me with this?

Answers

This discussion has been closed.