jchamet / html-table-sort

Chrome Extension. Add it to your browser to use. Clicking on a table column header <th> will reorder the rows of an HTML table in ascending/descending order.
MIT License
13 stars 9 forks source link

Breaks website JS error #18

Open mbierman opened 4 years ago

mbierman commented 4 years ago

I had a page that loaded really poorly I discovered the following error. Disabling this extension resolved the issue.

table-sort.js:28 Uncaught TypeError: Cannot read property 'innerText' of null
    at table-sort.js:28
    at table-sort.js:52
    at Array.sort (<anonymous>)
    at stableSort (table-sort.js:51)
    at HTMLTableCellElement.tableHeaders.<computed>.onclick (table-sort.js:25)

website: https://www.ladwp.com/ladwp/

I would be happy to test any fixes for you.