koalyptus / TableFilter

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

Sort not working - similar to #736 #747

Closed tbeertje21 closed 4 years ago

tbeertje21 commented 4 years ago

I downloaded the current version (zip from github) and try to run http://localhost:5000/starter.html Sorting does not work.

Steps to reproduce the behavior:

  1. unzip current version
  2. start webserver in .../dist/ so that localhost:5000/starter.html is the test page
  3. open start.html in browser. Everything appears and filters do work. Sorting does not work.

Errors similar to #736 appear:

1) in the console: ... GEThttp://localhost:5000/tablefilter/style/tablefilter.css [HTTP/1.0 200 OK 9ms] GEThttp://localhost:5000/tablefilter/tf-0-9d0f2f7840b2a1cccbd0.js [HTTP/1.0 404 NOT FOUND 25ms] ChunkLoadError: "Loading chunk 0 failed. (error: http://localhost:5000/tablefilter/tf-0-9d0f2f7840b2a1cccbd0.js)" requireEnsure http://localhost:5000/tablefilter/tablefilter.js:116:26 loadExtension http://localhost:5000/tablefilter/tablefilter.js:16301:44496 initExtensions http://localhost:5000/tablefilter/tablefilter.js:16301:43176 initExtensions http://localhost:5000/tablefilter/tablefilter.js:16301:43070 init http://localhost:5000/tablefilter/tablefilter.js:16301:29846

http://localhost:5000/starter.html:489:5 bootstrap:187:42 GEThttp://localhost:5000/favicon.ico [HTTP/1.0 404 NOT FOUND 0ms] Loading failed for the Githubissues.
  • Githubissues is a development platform for aggregating issues.