Tabulator: Using Tabulator in JQuery-UI Tabs breaks local pagination

Created on 16 Apr 2018  路  4Comments  路  Source: olifolkerd/tabulator

Hey,

I found that using Tabulator with local pagination inside a jquery-ui tab partially breaks the pagination. Basic navigation works, but the page numbers aren't displayed.

See this fiddle:
http://jsfiddle.net/wag39wby/1

Same without tabs:
http://jsfiddle.net/wag39wby/4/

I'm not sure if you support this kind of usage, but since jquery-ui is a dependency I thought it would be worth mentioning (:

Bug Question - Ask On Stack Overflow

All 4 comments

Hey @Nyut0n

You are correct, that does seem to be interfering with it some how. i will look into it in more detail this week, and get a patch ready for the weekend update.

In the mean time, if you instantiate the tabs plugin after the Tabulator it should work.

Cheers

Oli :)

Yep, thanks for that workaround! I didn't even consider changing the order. Works great now 馃憤
Keep up the great work.

Ahh damn. Just tried to implement that quickfix in the actual project. Unfortunately it pulls the actual data through an AJAX request once a button is pressed. That causes the page numbers to disappear again. :( I'll wait for your fix then.
Just a little heads-up for this case when you are looking into it.
Thank you!

Hey @Nyut0n

I have just pushed a fix for this to the master branch and will include it in today's update.

Cheers

Oli :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mconnelley picture mconnelley  路  3Comments

KES777 picture KES777  路  3Comments

Manbec picture Manbec  路  3Comments

cemmons picture cemmons  路  3Comments

tomheaps picture tomheaps  路  3Comments