Mottie / tablesorter

Github fork of Christian Bach's tablesorter plugin + awesomeness ~
https://mottie.github.io/tablesorter/docs/
2.61k stars 754 forks source link

Reporte problem with minified version jquery.tablesorter.min.js #1651

Open luchopb opened 5 years ago

luchopb commented 5 years ago

Hello,

I'm trying to use tablesorter with math widget... the problem is when I use the minified version of tablesorter:

Captura

But when I use the uncompressed version it's ok.

Does anyone else have this problem?

Thanks for the help.

Mottie commented 5 years ago

Hi @luchopb!

This might be the same issue as #1636. Please check that the dist folder version is being used.

luchopb commented 5 years ago

Thank you Mottie,

Just to be clear, for production do I have to use only the files in dist folder? It's a litte confusig, because there are files on root, dist, and the examples on docs that I thought I could use as a guide... but they work different. Could you please explain this to me just to make it clear?

Thank you!