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

Paging in pipe example #17

Closed
kspeakman opened this issue Jan 19, 2015 · 1 comment
Closed

Paging in pipe example #17

kspeakman opened this issue Jan 19, 2015 · 1 comment

Comments

@kspeakman
Copy link

On this line:
https://github.com/lorenzofox3/smart-table-website/blob/gh-pages/sections/pipe/markup.html#L168

It currently has st-item-by-page="10". Should be st-items-by-page="10". Notice the missing s. If I run the current example, the attribute is not recognized and its value is ignored. I tried setting it to 5, for instance, and paging still skipped 10 at a time. Spent a while trying to figure out why. I eventually looked at other examples to figure out the attribute name was a typo.

@lorenzofox3
Copy link
Owner

You are correct, thanks a lot!
Actually using 10 as value for this example is not a good choice as it is the default value, I should change it to something different

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

No branches or pull requests

2 participants