jwesneski Posted August 8, 2006 Share Posted August 8, 2006 i'm using the MIT freelicense 'sorttable.js' javascript to make an html table sortable by clicking on the column headers. i'm not very good at javascript (yet) and would like the script to display the arrow the first time the table renders, not wait until a column header has been clicked. i'd like to display the down arrow upon initial page load/table render. i've tried monkeying around with it, to no avail. it's a little beyone me at this stage, i'd appreciate any guidance.(you can find 'sorttable.js' under google.) Link to comment https://forums.phpfreaks.com/topic/16853-display-sort-arrow-on-table-render-not-just-after-column-header-is-clicked/ Share on other sites More sharing options...
manmadareddy Posted August 8, 2006 Share Posted August 8, 2006 Just call the same function which is executing upon clicking the fieldswhen the body load also. Link to comment https://forums.phpfreaks.com/topic/16853-display-sort-arrow-on-table-render-not-just-after-column-header-is-clicked/#findComment-71128 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.