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

Running pivottable.js on a DataTables table #1354

Open
LuckyDucky87 opened this issue Jan 31, 2024 · 0 comments
Open

Running pivottable.js on a DataTables table #1354

LuckyDucky87 opened this issue Jan 31, 2024 · 0 comments

Comments

@LuckyDucky87
Copy link

I'm using DataTables with an ajax request to display data in a table on a website. I want to create a simple pivot table to count some of the data. The simple HTML example works when I copy/paste the DataTables generated data as a static table, but it will not work if I try to run pivottables script at the same time as the DataTables dynamic loaded data script.

Any fix for this or suggestions? I tried deferring the pivot table script or delaying until after domcontentloaded, but it does not work.

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

1 participant