I'd like to be able to sort of multiple columns. For example, I'd like to sort on memory first, then on price.
Usually this is implemented by using a stable sorting algo and then sorting the data multiple times. From a UI perspective I'd click price, then click memory.
Right now, that doesn't work. If I sort by price then memory, It's not sorted by price anymore.
I'd like to be able to sort of multiple columns. For example, I'd like to sort on memory first, then on price.
Usually this is implemented by using a stable sorting algo and then sorting the data multiple times. From a UI perspective I'd click price, then click memory.
Right now, that doesn't work. If I sort by price then memory, It's not sorted by price anymore.