- Issue created by @gillesv
- 🇵🇱Poland radtad88
Just add attribites: { defer: true } } to in views_expandable_table.libraries.yml
expandable_table:
css:
component:
css/views_expandable_table.css: {}
js:
js/views_expandable_table.js: { attributes: { defer: true } }
dependencies:
- core/jquery
- core/drupal - 🇺🇸United States jfurnas
I for some reason did not get notifications of this new issue. I will look at this. Thank you for reporting.
- First commit to issue fork.
- Merge request !3Issue #3378123: Listener on trigger can get added multiple times, breaking functionality → (Merged) created by lolgm
- Status changed to Needs review
over 1 year ago 11:19am 17 October 2023 - 🇵🇹Portugal lolgm
I created MR !3 with my suggested resolution.
I believe that for this question it is best to use theonce
function from thecore/jquery.once
library. - 🇮🇳India ash2303
Fixes for Drupal 10 including this: https://git.drupalcode.org/project/views_expandable_table/-/merge_reques...
- Status changed to Fixed
9 months ago 3:02pm 16 April 2024 - 🇵🇹Portugal jrochate
Thanks for the commit. It would be nice to give credit to lolgm since he has made the MR.
- First commit to issue fork.
- Merge request !6Issue #3378123 - Replace 'core/jquery/once' by 'core/once' → (Merged) created by michaelsoetaert
Automatically closed - issue fixed for 2 weeks with no activity.