Skip to content

v1.3.0

Compare
Choose a tag to compare
@ratiw ratiw released this 06 Aug 03:56
· 87 commits to master since this release
  • 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.
  • update examples, improve settings interface