Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoPage and colW #463

Closed
rickykoh opened this issue Dec 26, 2018 · 1 comment
Closed

autoPage and colW #463

rickykoh opened this issue Dec 26, 2018 · 1 comment

Comments

@rickykoh
Copy link

Hello Team,

Not sure if this is a bug but when colW is defined and autoPage is set to the default true for table's options, new slide will not be created when table is overflowed.

However, new slide will be created for overflowing table when colW is not defined but autoPage is set to true.

Working:
var tabOpts1 = { autoPage: true };

Not working:
var tabOpts1 = { autoPage: true, colW: 2.0 };

@gitbrent
Copy link
Owner

[Closing due to age]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants