Sha256: 18532bd80465fcaf4517177a8fffc089c851c465a1c74e59f4241e35eadd2188
Contents?: true
Size: 561 Bytes
Versions: 58
Compression:
Stored size: 561 Bytes
Contents
the optional `loading` prop takes a boolean value that can be managed using state. If loading is true, the table will display the loading skeleton and once loading is false, the table will render with the data provided. By default, the inital row count of the loading skeleton is set to 10. If you want more control over this initial row count, the optional `initialLoadingRowCount` prop can be used to to pass in a number. __NOTE__: This is only for the first render of the table, subsequent loading skeleton row count logic is handled within the kit itself.
Version data entries
58 entries across 58 versions & 2 rubygems