You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
methods: {newRecord(){constrec={user: 'nm',name: 'Norman Morris',phone: '1-222-3333333',gender: 'M',age: 28,birth: '1993-05-16'}// Call this to new recordthis.$refs.grid.newRecord(rec)}}
Or you could try an empty Object:
this.$refs.grid.newRecord({})
For the add columns, it does not have this feature yet. Thanks
Do you have examples of how to have empty rows and columns?
The text was updated successfully, but these errors were encountered: