Sha256: 6fcbee4ac352d532f5dd007376e0c7797d175b3229a8e7984726c8a55934d281
Contents?: true
Size: 558 Bytes
Versions: 1142
Compression:
Stored size: 558 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 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
1,142 entries across 1,142 versions & 2 rubygems