Is it possible to have paging on footer?
Is it possible to have paging on footer?
xiul
Posts: 7Questions: 3Answers: 0
I want to know if is it possible to do it, due I would like to have thead and tfoot sticky with paging on footer.
This discussion has been closed.
Answers
Hi @xiul ,
You could either move the standard elements like this here, or you could remove those standard elements with
dom
and just create your own in the footer, havingclick
handlers callpage()
,Cheers,
Colin