I have several arrays that I am using to build a table. Each array represents one column of data for the table. I have gotten to the point that I want to enable users to be able to click on a table header and sort all of the data in the column corresponding to that header.
Does anyone know of a brilliant way to sort one array and keep the data from the other arrays bound to the array that was sorted?
Does anyone know of a brilliant way to sort one array and keep the data from the other arrays bound to the array that was sorted?