Table using Kotlin UI DSL

Any chance the UI DSL will eventually support tables? I keep getting lost on the “right way” to do tables with all the niceties. Currently, I use TableView and TableModelEditor, but they’re unruly in their configuration and very Java-esque. I’d also like to use the verification from the UI DSL inside the table.

Has someone done this already?

Hello,
there is no dedicated Kotlin UI DSL for tables. You may use com.intellij.ui.dsl.builder.Row#scrollCell(T) for adding a JBTable or JTable.

We don’t have updates planned for table support at this time, because we are currently exploring other options.

1 Like