Skip to content

Commit

Permalink
Fixed #1111 - loadingBody type is different to Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 12, 2020
1 parent 8824298 commit 96db15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/showcase/datatable/DataTableDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,9 @@ export class DataTableDemo extends Component {
</tr>
<tr>
<td>loadingBody</td>
<td>any</td>
<td>function</td>
<td>null</td>
<td>Body content of the column to display when virtual scroll loads the new data.</td>
<td>Function to return the body content of the column to display when virtual scroll loads the new data.</td>
</tr>
<tr>
<td>footer</td>
Expand Down

0 comments on commit 96db15b

Please sign in to comment.