This week's book giveaway is in the Cloud/Virtualization forum. We're giving away four copies of Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud and have Kyle Brown, Bobby Woolf and Joseph Yodor on-line! See this thread for details.
Hi, We need to do multi-column sort in a table using javascript. Please suggest some websites where I can find the code to perform multi-column table data sort. Thanks a lot in advance.
Not doing much javascript these days but I did build column sort functionality.The main idea is to use a javascript 2-d array to set table cell values.Sort the array then refresh the cells,Simple! Example http://www21.brinkster.com/sturman/running/sub4.html