Skip to content

Release 1.4.0

Choose a tag to compare

@sashadt sashadt released this 26 Feb 02:22

Adding select all feature feature, which provides a checkbox to select all table elements. Methods exposed with api include

  • selectAll
  • deselectAll
  • toggleSelectAll
  • isSelectedAll

Changing setLoading to be exposed via api. Adding select all methods to api as well. API can be accessed by using onRegisterApi when supplying table options.