playbook_ui_docs 14.12.0.pre.alpha.PLAY1865reactdatepickerreinitializingbug5732 → 14.12.0.pre.alpha.advancedtablealignmentfixes5693

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62b5f20795df67089cb7692c6d07b16b3dd0cd88a74d5b37405c21a7892f49f0
4
- data.tar.gz: ad59e3701d6718fb50061ce6826702616c96bad29542222438065a217faf9395
3
+ metadata.gz: 344b71ae89268038e47155204febd508fccf953b1e6100fd9f53597d3401c38e
4
+ data.tar.gz: f18620c7996d51d9353f1d083c888eea89a08ceeb08dc5dbb2fe11cf1f94b821
5
5
  SHA512:
6
- metadata.gz: c279af4f2c7a6e01415e4b81a93dc9e18ad0240adeef2ec6f9fb3c9efda298e1d1e0b381b7ad5c5c2939816aeaac1fc9eecfee680088d47a5cbafe0017fddc36
7
- data.tar.gz: 9d447d768343270a0e4ec3a2ce6dfc4f071d26b9388642fad6a3357044a9fe4c79105e4d9951397a0d4280f0f22341567a3405617c6ccdc16e2745a0d6a2adf7
6
+ metadata.gz: 4cf2b4f16d213281ad0701f3f83231f47b47af9c5ba08087d3b928ad55beb1ea4a73eca09a09ffd404f0f053191311c642634fce78316ff6246fae749b218f9b
7
+ data.tar.gz: 6dbdd38729dc26c77140db5bc93578c618e46edfdf1e2951c9590da2cb8b6000db85a07392a37c54531d35c67d3701a10ee52634e8e42978558c8a31137423a7
@@ -1,3 +1,3 @@
1
- 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.
1
+ 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.
2
2
 
3
- 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 `initialLoadingRowsCount` 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.
3
+ 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.
@@ -1,7 +1,6 @@
1
1
  examples:
2
2
  rails:
3
3
  - advanced_table_beta: Default (Required Props)
4
- - advanced_table_loading: Loading State
5
4
  - advanced_table_beta_subrow_headers: SubRow Headers
6
5
  - advanced_table_collapsible_trail_rails: Collapsible Trail
7
6
  - advanced_table_table_props: Table Props