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
You can assign your data using items property in your DataGrid instance.
In your constructor class or method it will look something like this
constructor(){
//code for requesting data here using async await keyword or
// inside your then from promise or subscribe from observables.
this.table.items = items;
}
here is my component and my database table name is faacc0001.
how i can assign values to this.table =.
Please help
Thanks
Shizil
The text was updated successfully, but these errors were encountered: