Scriptable Tutorial Part 5 – Tables
In this part of the tutorial we want to create a properly formatted table in a widget. This is not quite as easy as with a website because there is no classic table element. However, a table-like structure can be built up via a stack, which should meet most requirements. The class WidgetStack Any number… Read More »