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

Improve multiple-sort triggering #7219

Open
Naruto-kyun opened this issue Mar 7, 2024 · 1 comment
Open

Improve multiple-sort triggering #7219

Naruto-kyun opened this issue Mar 7, 2024 · 1 comment
Labels
Bug Issues which are marked as Bug multiple-sort Issues for the multiple-sort extension.

Comments

@Naruto-kyun
Copy link
Contributor

Naruto-kyun commented Mar 7, 2024

Description

I have notice that the plugin multiple-sort is not well integrated with manual data management.

For example if you call the methods: filterBy, append, prepend, insertRow, updateRow, updateByUniqueId, updateCell or updateCellByUniqueId, it will trigger the integrated sorting but not the multiple-sort.

Even worse, calling load with some data, it will not trigger sort at all.

So i was wondering if it was an expected behavior, and if it's not i would be happy to propose PR.

Meanwhile i'm using a hack by triggering load-success.bs.table each time i'm doing a manual manipulation of data.

@wenzhixin wenzhixin added multiple-sort Issues for the multiple-sort extension. Bug Issues which are marked as Bug labels Mar 11, 2024
@wenzhixin
Copy link
Owner

Any pull request is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues which are marked as Bug multiple-sort Issues for the multiple-sort extension.
Projects
None yet
Development

No branches or pull requests

2 participants