How can I set the list order in HTML table report?

  • CNSTradingLtd
    Asked on February 20, 2018 at 5:28 AM

    How do I set the list order in an HTML table report when it is generated?

    NOT by clicking on the headers and sorting from there.


  • Sabbir
    Replied on February 20, 2018 at 8:02 AM

    At present, we only have the option to click the header to sort the list in HTML table report.

    However, as an alternate, you can check Excel report which have static sort system for the submission report.

    You can also take the html code of your table report and use any external sorting script to sort the list anyway you want.

    One possible example could be like this: https://www.w3schools.com/howto/howto_js_sort_table.asp

    Let us know if you have any further query.