Skip to content

CE-1775: Replace Table Initial Load with Skeleton

  • On initial load, tables display skeleton rows
    • the number of skeleton rows matches pagination row settings if enabled, otherwise is configurable via new prop (default 10)
  • subsequent loads use the existing linearprogress loader so that data isn't obscured when table is updated and already has data in it
Edited by Christina Jenks

Merge request reports