FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

Pagination, footable-page, data-paging-limit ARE NOT WORKING!

Open D19cannon opened this issue 6 years ago • 1 comments

Hi guys, I have been struggling for a while now with the documentation of the plugin. It seems that the document hasn't been updated lately.

For some reason almost all the functionalities in footable are not working. Luckily, I found some of them with a work a way around. However, this is not solving all the problems I am running in to.

Would any one be so kind to send me the right alternative for --> data-paging-limit="3" OR maybe even better send me a link or document with that is complete?

-Thanks guys!

D19cannon avatar May 29 '18 10:05 D19cannon

Hi

I have added this to rules at my css:

.footable-page { display: none !important; } .footable-page.visible { display: inline !important; }

progressify avatar Dec 16 '18 19:12 progressify