Is your feature request related to a problem? Please describe
It should be possible to sort the rows of a table, using a specified lambda function.
Desired solution
It would be good to add a method sort_rows(lambda: Callable[[Row, Row], int]): Table in Table to reorder the rows.