v1.0.5
- fix
getObjectValue
function do not immediately return value whenobj[key]
isnull
. - add
load-on-start
property. when set tofalse
, vuetable wll not load the data from the server during the start.
getObjectValue
function do not immediately return value when obj[key]
is null
.load-on-start
property. when set to false
, vuetable wll not load the data from the server during the start.