Currently, Sleuth runs its entire filtering and sorting algorithm again on every render of the LogTable component. We should memoize the algorithm result to save on processing time between renders.