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
method getSortParam() is now overridable, so that you can control how sort query string is constructed before sending request to the server. (Close #55) See example
new event: cell-clicked
This is introduced to fix the side-effect of using row-clicked event with toggle-detail event and also provide more fine grain click detection to table column. (Close #51).
Make the props name more consistent by introducing their replacement and deprecate the old ones. Warning message will be log to console when any of those deprecated props was used.
deprecate props
paginateConfig: use paginateConfigCallback instead
detail-row: use detail-row-callback instead
Log error to console when the given function name specified in detail-row-callback prop does not exist.