Open filters view in an LFD

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()
});