Skip to content

Commit

Permalink
Merge pull request #200 from linea-it/199-loading-preview-table
Browse files Browse the repository at this point in the history
Closes #199 - Now, when loading a file in table preview, a 'Loading...' message will appear.
  • Loading branch information
jandsonrj authored Sep 15, 2023
2 parents cb70929 + c06968b commit fc97f65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/components/ProductDataGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ export default function ProductDataGrid(props) {
loading={isLoading}
disableColumnMenu
disableColumnSelector
localeText={{
noRowsLabel: isLoading ? 'No rows' : 'Loading...'
}}
/>
)}
</>
Expand Down

0 comments on commit fc97f65

Please sign in to comment.