In some complicated cases I need to display a button on the same or on the next row depending on context. Now the joinLastRow parameter has boolean type and it's impossible to set value dynamically.
It would be nice if this parameter has ContextPathFunc<Context, boolean> type (the same as hide parameter).
In some complicated cases I need to display a button on the same or on the next row depending on context. Now the
joinLastRowparameter has boolean type and it's impossible to set value dynamically.It would be nice if this parameter has
ContextPathFunc<Context, boolean>type (the same ashideparameter).