We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
It should be possible to sort the rows of a table, using a specified lambda function.
It would be good to add a method sort_rows(lambda: Callable[[Row, Row], int]): Table in Table to reorder the rows.
sort_rows(lambda: Callable[[Row, Row], int]): Table
Status