Closed msssk closed 4 years ago
IIUC, Pagination#refresh
currently returns results, not rows, so this would be somewhat inconsistent. I think it should be possible to return results rather than rows here too though, so would that be a better idea?
The
renderQuery
method returns a promise that resolves to an array of the rendered row elements. It appears to be an oversight that this value is discarded by therefresh
method.