You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdt-row-paginator no is accepting 3 parameters: page, pageSize, and options. See docs for more info.
sorty-by is no longer exist, instead use column-sort (see docs for more info)
sortable-columns is no longer exists, instead use column-sort on the mdt-column directive where you want to apply sorting behaviour. This also means, you are no longer forced to do sorting for every columns. Now you are able to specify it by yourself.