koalyptus / TableFilter

A Javascript library making HTML tables filterable and a bit more :)
https://www.tablefilter.com
MIT License
324 stars 95 forks source link

I get a second row of column headers added when clicking the back button #834

Open cjohnsonuk opened 1 year ago

cjohnsonuk commented 1 year ago

I use tablefilter on a table of tickets. There are links in the table. When I click a link to go to a ticket and then click back to go back to the tablefilter-ed list the tf column headers are duplicated.

Is there a way to stop table filter loading if its already loaded?

koalyptus commented 1 year ago

Hi @cjohnsonuk, It is probably not a full page navigation happening in there, probably something like a partial load (SPA routing?). Not sure the headers are provided by your HTML, weird. What is your TableFilter configuration?