Remove end date when == to startdate
Js to remove dates in place, works on load and on menu router, doens't work on pagination
@matthieu @alexandre do you know by anychance how i can listen to the navigation on sib pagination ?
I tested
document.querySelector("#groupes-action-list").addEventListener("navigate", (e) => {
setTimeout(function(){
console.log("action list page");
EndDateCheck();
}
,500)
});
Works but only on menu navigation, once i navigate within the pagination it's silent
-> Tested also to listen to a navigate on a nav
tag and a ``button tag`, no success
-> Also tested a populate
event listener, doesn't work either on the navigation
(searched over here also https://git.happy-dev.fr/startinblox/framework/sib-core/wikis/Events )