simple-datatables

pagerRender

Type: boolean \ function(data, ul)

Default: false

If specified, declares a callback to customise the rendering of all pagers. The function can take 2 parameters:

You can either modify the ul in place, or you can return a new ul object in the same format.