playbook_ui_docs 14.22.0.pre.alpha.PLAY22588587 → 14.22.0.pre.alpha.customheaderat8564

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.22.0.pre.alpha.PLAY22588587
4
+ version: 14.22.0.pre.alpha.customheaderat8564
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX
@@ -74,8 +74,6 @@ files:
74
74
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell.md
75
75
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell_rails.html.erb
76
76
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_cell_rails.md
77
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.jsx
78
- - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_custom_sort.md
79
77
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.jsx
80
78
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_default.md
81
79
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_expand_by_depth.jsx
@@ -149,6 +147,8 @@ files:
149
147
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header.jsx
150
148
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_rails.md
151
149
  - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_table_props_sticky_header_react.md
150
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.jsx
151
+ - app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_with_custom_header.md
152
152
  - app/pb_kits/playbook/pb_advanced_table/docs/_mock_data_inline_loading.js
153
153
  - app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data.json
154
154
  - app/pb_kits/playbook/pb_advanced_table/docs/advanced_table_mock_data_infinite_scroll.json
@@ -1,5 +0,0 @@
1
- The optional `customSort` prop can be used to add a sort button within a subrow header. The button will only appear if that subrowheader has more than one subrow nested within it. This button comes with a callback function called `onCustomSortClick`.
2
-
3
- The `onCustomSortClick` provides as an argument an array of all the subrows nested within that level of the table.
4
-
5
- __NOTE__: `customSort` must be used in conjunction with the `subRowHeaders` prop. The `customSort` DOES NOT handle the sort logic, this must be handled on the frontend using the callback provided.