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

How to start over/reset when after sort? #332

Closed
claudchan opened this issue Jul 4, 2015 · 1 comment
Closed

How to start over/reset when after sort? #332

claudchan opened this issue Jul 4, 2015 · 1 comment

Comments

@claudchan
Copy link

Hi,
Anyway I could reset/start over the rows after make a sort?
I have an issue when I add a new row (appendRow) after sorted, that row seems to be in other page.

Same question asked before from:
#16 (comment)

Thanks.

@steveush
Copy link
Member

Hi,

In V3 this has been addressed and you can use the below to reset sorting to the initial state:

FooTable.get('#table').use(FooTable.Sorting).reset();

Thanks

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