The following snippet added to the screen JavaScript will open the filters by default on an LFD
Fliplet.Hooks.on('flListDataAfterRenderFilters', function(){
$('.fa.fa-sliders').click()
});
The following snippet added to the screen JavaScript will open the filters by default on an LFD
Fliplet.Hooks.on('flListDataAfterRenderFilters', function(){
$('.fa.fa-sliders').click()
});