From 96db15b01eaa3356d822214bd4d208d96c8e53ae Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Thu, 12 Mar 2020 15:02:00 +0300 Subject: [PATCH] Fixed #1111 - loadingBody type is different to Documentation --- src/showcase/datatable/DataTableDemo.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/showcase/datatable/DataTableDemo.js b/src/showcase/datatable/DataTableDemo.js index f99aa683e0..62911d38a9 100644 --- a/src/showcase/datatable/DataTableDemo.js +++ b/src/showcase/datatable/DataTableDemo.js @@ -410,9 +410,9 @@ export class DataTableDemo extends Component { loadingBody - any + function null - Body content of the column to display when virtual scroll loads the new data. + Function to return the body content of the column to display when virtual scroll loads the new data. footer