Glimmer DSL for SWT Refined Table
A recent blog post mentioned that in Glimmer DSL for SWT, you can data-bind a table bidirectionally in a single line of declarative code. Well, in the latest release, that line is shorter now, thanks to Convention Over Configuration!! Also, a new Custom Widget called refined_table
has been released to support displaying very large amounts of data in a table
via automatic pagination.
https://andymaleh.blogspot.com/2022/09/glimmer-dsl-for-swt-refined-table.html
Post a comment