Replies: 1 comment
|
Updated example for version 4.9.6 (not released yet):
Source code is now here. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Sierra 4.9.5 introduces a simplified version of the "builder" model from earlier releases. It provides an alternative in cases where markup might be overkill, such as cell renderers. The builder callbacks allow a caller to easily configure a newly created component instance without compromising readability:
The complete source code for this example can be found here. The application that uses it is here.
All reactions