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

Fix datatables properly #668

Merged
merged 4 commits into from
Jan 30, 2024
Merged

Conversation

recursivetree
Copy link
Contributor

@recursivetree recursivetree commented Jan 30, 2024

The second round of issues was caused by outdated datatables plugins that didn't work with the new datatables core file from last PR.

To make sure everything compatible with everything, this PR replaces all datatables files (core, plugins, css) with a fresh version pulled from their download builder over at https://datatables.net/download/

As for the configuration, I've included

  • the datatables core
  • bootstrap 4 styling
  • buttons plugin with all options enabled
  • row group plugin, since SeAT currently uses it too

The download builder bundles everything in one files, so all the separate files for plugins were removed.

Since the core now includes everything needed, I additionally removed the dependency on all datatables packagist packages.

@warlof warlof merged commit 02c17f4 into eveseat:5.0.x Jan 30, 2024
3 checks passed
@recursivetree recursivetree deleted the fix-datatables-properly branch February 4, 2024 20:34
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

Successfully merging this pull request may close these issues.

2 participants