playbook_ui_docs 14.11.0.pre.rc.13 → 14.11.0.pre.rc.14

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: f6fcc1ab9ac38e98619846a7f62ec19e44cc7710570bc03de5afc962e9328ed5
4
- data.tar.gz: 335903430efe11f806de4300115906d309a70fa84835c2cbb81f1beaa003320e
3
+ metadata.gz: c1f1a8350b7a8195a4b3c968d636275a9a577268d6dd38f90115836dee78ec7f
4
+ data.tar.gz: 7e19f373ae1e6cbf83d388a18d9e44189d6db152e93690288742ccc496a536ae
5
5
  SHA512:
6
- metadata.gz: bf580a64678b2c770d1a3760ac75306b7aef4a2d219e190b5019931bbb1f13c0dde726a9308017d683a9c0178ef77205826831c210ce8cabb73d5699373383bc
7
- data.tar.gz: 8e6a21ef7cb74473e41d8846b3d70793b72df16430fd334fab3679ca9d6db6e8295382bc75fb5e364af6544e2cbce09eb691ebd5cf1f3ecedcd485b16459c547
6
+ metadata.gz: 36366f9d04a3fe5fb4fcb12b40403740f1affdac8ee32b1d9108d8296d789f8c04afb6e3aef2c93d444d546022810527e9d4986b10e3c212a643b462f6d83ce5
7
+ data.tar.gz: 7a9249dea16a82dcc659d14610f8eddb932a285d9af04510b271fe4bb7c8adc35fc6e3c15e0778bd2ef0b2b8933372402c65a7d1ec017640b0306939c762f5e2
@@ -36,5 +36,5 @@
36
36
 
37
37
  <%= pb_rails("advanced_table", props: { table_data: @table_data, column_definitions: column_definitions }) do %>
38
38
  <%= pb_rails("advanced_table/table_header", props: { column_definitions: column_definitions }) %>
39
- <%= pb_rails("advanced_table/table_body", props: { id: "subrow_headers", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
39
+ <%= pb_rails("advanced_table/table_body", props: { id: "test_table", table_data: @table_data, column_definitions: column_definitions, subrow_headers: subrow_headers, enable_toggle_expansion: "all" }) %>
40
40
  <% end %>
@@ -1,3 +1,3 @@
1
1
  `subrow_headers` is an optional prop that if present will add header rows at each level of the nested data. The prop takes an array of strings, each string being the text for each header row. The array of strings must be in the order in which they need to be rendered in the UI according to depth.
2
2
 
3
- `enable_toggle_expansion` is an additional optional prop that can be used in conjunction with the subRowHeaders prop. `enable_toggle_expansion` is a string that can be "all", "header" or "none". If set to "all", the toggle exapansion button will appear in the table header as well as in the subRow headers. If set to "header" button will only appear in header and NOT in subRow headers. This is set to "header" by default.
3
+ `enable_toggle_expansion` is an additional optional prop that can be used in conjunction with the subRowHeaders prop. `enable_toggle_expansion` is a string that can be "all", "header" or "none". If set to "all", the toggle expansion button will appear in the table header as well as in the subRow headers. If set to "header", the button will only appear in header and NOT in subRow headers. This prop is set to "header" by default.
@@ -1,7 +1,7 @@
1
1
  examples:
2
2
  rails:
3
3
  - advanced_table_beta: Default (Required Props)
4
- # - advanced_table_beta_subrow_headers: SubRow Headers
4
+ - advanced_table_beta_subrow_headers: SubRow Headers
5
5
  - advanced_table_collapsible_trail_rails: Collapsible Trail
6
6
  - advanced_table_beta_sort: Enable Sorting
7
7
  - advanced_table_custom_cell_rails: Custom Components for Cells
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui_docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.11.0.pre.rc.13
4
+ version: 14.11.0.pre.rc.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX