Tabs in TableWidget
Hi everyone!
I was working on a TableWidget and wanted to implement the Tabs functionality similar to what's available in ListRecords.
After some digging, I realized that TableWidget doesn’t support Tabs out of the box, so I had to do quite a bit of work—exploring traits and manually implementing the necessary methods.
It took some effort, but I finally got it working!
However, I have a question:
Will this functionality eventually be part of the package, or would it make sense for me to open a pull request?
To be honest, I’m still a bit of a noob when it comes to contributing to open source projects, so I’m not sure where to start. Any guidance would be really appreciated!

0 Replies