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

Mark processed tables #121

Merged
merged 2 commits into from
Dec 21, 2023
Merged

Mark processed tables #121

merged 2 commits into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. Update table-sort.js

    Make sure each table is processed once by adding the class name "table-processed". This prevents re-processing tables and attaching repeated arrows and click events in scenarios where new tables are dynamically added to a web page/application. Now, only new tables are made sortable.
    alijsh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    24e8471 View commit details
    Browse the repository at this point in the history
  2. Update table-sort.js

    alijsh committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    313e6a8 View commit details
    Browse the repository at this point in the history