Hi Tobias,
Thank you for your response.
The column issue is the only feature I would need from the premium plan.
I have worked with my theme’s support to get some code which seems to be working (usually) on incognito mode, but not on normal browser. I have cleared my cache so not sure why it’s not working.
Here’s the code I have added:
jQuery(
function
($){
setTimeout(
function
() {
$(
'.profile-menu li a'
).one(
'click'
,
function
(){
$(
'#listing_tab_'
+
this
.getAttribute(
'data-section-id'
)+
' .dataTable'
).DataTable({retrieve:
true
}).columns.adjust().draw();
});
}, 10 );
});
Would you be able to advise why it may not work? Are there any edits you could make for me?
Many thanks!