Multi-line datatable
Is there a way to display more than one line per row in a datatable? That is to split the datatable row; showing a group of columns then, on a new line, show the balance of the columns.
# 1
AFAIK not. This is pretty strange feature, why do you need it, are there some other ways to solve your problem?Thanks, Misha(Creator team)
# 2
Not needed, just nice to have. It'd keep cry-baby users from scrolling left and right to see all the data in a long list. But, after programming for over thirty years, I've found there's always some other way.Thanks