Ok, no, we don't have things of that kind, you can emulate that with a
GridLayout with buttons in the first row (to sort the subsequent rows
based on current column) and labels (or buttons if you want to start an
action on click on them) for the next rows, and put the whole thing in
a ScrollView if you want the scroll thing, it shouldn't be very hard to
do, create an update() callback that can sort your data based on the
index of your row and fill the the table with the good elements, kivy
widgets are lower level than Qt ones, but they are flexible enought
it's not too much work to do that.
If you do the TableWidget generic enough, it could be a welcome
addition to kivy widgets :)
If you have troubles doing it, we'll try to help :)
> --
>
>