MediaWiki:FFXIWeatherForecast.js: Revision history

From HorizonXI Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 September 2024

  • curprev 20:5920:59, 14 September 2024Starfox9507 talk contribs 2,020 bytes +2,020 Created page with "// ref: https://stackoverflow.com/questions/10683712/html-table-sort const table = document.querySelector('special-weatherforecast-table'); //get the table to be sorted console.log('test', table); // table.querySelectorAll('th') // get all the table header elements // .forEach((element, columnNo)=>{ // add a click handler for each // element.addEventListener('click', event => { // sortTable(table, columnNo); //call a function which sorts the table by a gi..."