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
<m:MaterialTitlescrollspy="row_api"title="updateRow(model) and getRowByModel(model)"description="Using these Row Apis, you can now easily access the update / refresh the row realtime and also get the row component." />
128
+
<m:MaterialTitlescrollspy="row_api"title="updateRow(model) and getRowByModel(model)"description="Using these Row API's, you can now easily access the update / refresh the row in real-time and also get the row component." />
129
129
<demo:PrettyPreaddStyleNames="lang-java">
130
130
 // Get the Row <br/>
131
-
table.getByModelRow(person); <br/><br/>
131
+
table.getRowByModel(person); <br/><br/>
132
132
133
133
// Update the row model <br/>
134
134
Person firstPerson = people.get(0); <br/>
@@ -276,8 +276,8 @@
276
276
<m:MaterialRowaddStyleNames="code">
277
277
<m:MaterialTitlescrollspy="refresh_redraw"title="Refreshing and Redrawing the table"description="When Updating fields (Specially when using textbox) on DataTable you can refresh the datable easily." />
0 commit comments