Pass an object with 2 top level properties called asc and desc that are objects themselves.
Then each property for the asc and desc objects should be a column name and of type function. Each column name property should
implement the standard ECMAScript sort callback function for however you want that column to be sorted for ascending (asc) and descending (desc) sorts.