Loaded event
- There is now a
loaded
event fired when the initial data has been processed, the event parameter is a reference to thevuejs-smart-table
instance. - The
revealItem
function in thevuejs-smart-table
instance, used to reveal the page the item is contained, can now receive afunction
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.