Skip to content

Loaded event

Compare
Choose a tag to compare
@tochoromero tochoromero released this 15 Mar 15:07
· 13 commits to master since this release
  • There is now a loaded event fired when the initial data has been processed, the event parameter is a reference to the vuejs-smart-table instance.
  • The revealItem function in the vuejs-smart-table instance, used to reveal the page the item is contained, can now receive a function as its argument, it will use it to find the item and reveal it. This is in addition to receiving the actual item to reveal.