playbook_ui 14.9.0.pre.alpha.PBNTR746datepickerdefaultbug4903 → 14.9.0.pre.alpha.PBNTR767advancedtablemultiheadercolumns5136
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_advanced_table/Components/CollapsibleTrail.tsx +1 -6
- data/app/pb_kits/playbook/pb_advanced_table/Components/TableHeaderCell.tsx +32 -19
- data/app/pb_kits/playbook/pb_advanced_table/SubKits/TableBody.tsx +3 -1
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.scss +48 -3
- data/app/pb_kits/playbook/pb_advanced_table/_advanced_table.tsx +33 -19
- data/app/pb_kits/playbook/pb_advanced_table/advanced_table.test.jsx +2 -2
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.html.erb +36 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_collapsible_trail_rails.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers.jsx +60 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.jsx +74 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_column_headers_multiple.md +1 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +3 -0
- data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_body.rb +4 -2
- data/app/pb_kits/playbook/pb_advanced_table/table_row.html.erb +8 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_row.rb +2 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.html.erb +8 -0
- data/app/pb_kits/playbook/pb_advanced_table/table_subrow_header.rb +2 -0
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +53 -49
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom_rails.html.erb +29 -36
- data/app/pb_kits/playbook/pb_card/_card.tsx +7 -7
- data/app/pb_kits/playbook/pb_card/_card_mixin.scss +1 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_header.html.erb +21 -1
- data/app/pb_kits/playbook/pb_card/docs/_card_header.jsx +50 -0
- data/app/pb_kits/playbook/pb_card/docs/_card_header.md +1 -1
- data/app/pb_kits/playbook/pb_collapsible/_collapsible.tsx +9 -4
- data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleContent.tsx +2 -2
- data/app/pb_kits/playbook/pb_collapsible/child_kits/CollapsibleMain.tsx +2 -2
- data/app/pb_kits/playbook/pb_date_picker/date_picker_helper.ts +2 -4
- data/app/pb_kits/playbook/pb_drawer/_drawer.tsx +2 -2
- data/app/pb_kits/playbook/pb_form_group/_error_state_mixin.scss +57 -0
- data/app/pb_kits/playbook/pb_form_group/_form_group.scss +11 -2
- data/app/pb_kits/playbook/pb_gauge/_gauge.scss +31 -1
- data/app/pb_kits/playbook/pb_gauge/_gauge.tsx +3 -3
- data/app/pb_kits/playbook/pb_gauge/docs/_gauge_complex.jsx +25 -5
- data/app/pb_kits/playbook/pb_home_address_street/_home_address_street.tsx +17 -1
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis.html.erb +17 -1
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis.jsx +15 -0
- data/app/pb_kits/playbook/pb_home_address_street/docs/_home_address_street_emphasis.md +2 -1
- data/app/pb_kits/playbook/pb_home_address_street/home_address_street.rb +15 -1
- data/app/pb_kits/playbook/pb_home_address_street/none_emphasis.html.erb +32 -0
- data/app/pb_kits/playbook/pb_home_address_street/none_emphasis.rb +29 -0
- data/app/pb_kits/playbook/pb_layout/_layout.tsx +30 -11
- data/app/pb_kits/playbook/pb_link/_link.scss +3 -3
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_filter.jsx +166 -0
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_height_width.jsx +2 -0
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/_skeleton_loading_user.jsx +89 -0
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/example.yml +2 -1
- data/app/pb_kits/playbook/pb_skeleton_loading/docs/index.js +2 -0
- data/app/pb_kits/playbook/pb_table/_table.tsx +6 -6
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb +30 -48
- data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.jsx +75 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.jsx +108 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_click.md +2 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.jsx +94 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_custom_content.md +0 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.jsx +83 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_rows.md +3 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.jsx +120 -0
- data/app/pb_kits/playbook/pb_table/docs/_table_with_collapsible_with_nested_table.md +1 -0
- data/app/pb_kits/playbook/pb_table/docs/example.yml +7 -0
- data/app/pb_kits/playbook/pb_table/docs/index.js +5 -0
- data/app/pb_kits/playbook/pb_table/index.ts +5 -3
- data/app/pb_kits/playbook/pb_table/styles/_all.scss +2 -1
- data/app/pb_kits/playbook/pb_table/styles/_collapsible.scss +35 -0
- data/app/pb_kits/playbook/pb_table/styles/_scroll.scss +28 -3
- data/app/pb_kits/playbook/pb_table/styles/_sticky_columns.scss +0 -1
- data/app/pb_kits/playbook/pb_table/subcomponents/_table_row.tsx +106 -1
- data/app/pb_kits/playbook/pb_table/table.html.erb +7 -1
- data/app/pb_kits/playbook/pb_table/table.rb +4 -0
- data/app/pb_kits/playbook/pb_text_input/_text_input.tsx +35 -3
- data/app/pb_kits/playbook/pb_text_input/docs/_text_input_mask.jsx +88 -0
- data/app/pb_kits/playbook/pb_text_input/docs/example.yml +1 -0
- data/app/pb_kits/playbook/pb_text_input/docs/index.js +1 -0
- data/app/pb_kits/playbook/pb_text_input/inputMask.ts +64 -0
- data/app/pb_kits/playbook/pb_text_input/text_input.test.js +139 -2
- data/app/pb_kits/playbook/pb_typeahead/_typeahead.scss +115 -46
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_highlight.jsx +9 -2
- data/app/pb_kits/playbook/pb_typeahead/typeahead.html.erb +3 -2
- data/dist/chunks/_typeahead-C63YYbKQ.js +22 -0
- data/dist/chunks/_weekday_stacked-CPOjyT4z.js +45 -0
- data/dist/chunks/lib-sMFo2JZy.js +29 -0
- data/dist/chunks/{pb_form_validation-DXJs12Hd.js → pb_form_validation-CgvjWbOK.js} +1 -1
- data/dist/chunks/vendor.js +1 -1
- data/dist/menu.yml +1 -1
- data/dist/playbook-doc.js +1 -1
- data/dist/playbook-rails-react-bindings.js +1 -1
- data/dist/playbook-rails.js +1 -1
- data/dist/playbook.css +1 -1
- data/lib/playbook/version.rb +1 -1
- metadata +31 -6
- data/dist/chunks/_typeahead-8iXlv4ii.js +0 -22
- data/dist/chunks/_weekday_stacked-QiMNKnzf.js +0 -45
- data/dist/chunks/lib-orI4wF5u.js +0 -29
@@ -3,3 +3,5 @@ export { default as SkeletonLoadingColor } from './_skeleton_loading_color.jsx'
|
|
3
3
|
export { default as SkeletonLoadingLayout } from './_skeleton_loading_layout.jsx'
|
4
4
|
export { default as SkeletonLoadingBorderRadius } from './_skeleton_loading_border_radius.jsx'
|
5
5
|
export { default as SkeletonLoadingHeightWidth } from './_skeleton_loading_height_width.jsx'
|
6
|
+
export { default as SkeletonLoadingUser } from './_skeleton_loading_user.jsx'
|
7
|
+
export { default as SkeletonLoadingFilter } from './_skeleton_loading_filter.jsx'
|
@@ -92,16 +92,16 @@ const Table = (props: TableProps): React.ReactElement => {
|
|
92
92
|
useEffect(() => {
|
93
93
|
const handleStickyColumns = () => {
|
94
94
|
let accumulatedWidth = 0;
|
95
|
-
|
95
|
+
|
96
96
|
stickyLeftcolumn.forEach((colId, index) => {
|
97
97
|
const isLastColumn = index === stickyLeftcolumn.length - 1;
|
98
98
|
const header = document.querySelector(`th[id="${colId}"]`);
|
99
99
|
const cells = document.querySelectorAll(`td[id="${colId}"]`);
|
100
|
-
|
100
|
+
|
101
101
|
if (header) {
|
102
102
|
header.classList.add('sticky');
|
103
103
|
(header as HTMLElement).style.left = `${accumulatedWidth}px`;
|
104
|
-
|
104
|
+
|
105
105
|
if (!isLastColumn) {
|
106
106
|
header.classList.add('with-border');
|
107
107
|
header.classList.remove('sticky-shadow');
|
@@ -109,14 +109,14 @@ const Table = (props: TableProps): React.ReactElement => {
|
|
109
109
|
header.classList.remove('with-border');
|
110
110
|
header.classList.add('sticky-shadow');
|
111
111
|
}
|
112
|
-
|
112
|
+
|
113
113
|
accumulatedWidth += (header as HTMLElement).offsetWidth;
|
114
114
|
}
|
115
|
-
|
115
|
+
|
116
116
|
cells.forEach((cell) => {
|
117
117
|
cell.classList.add('sticky');
|
118
118
|
(cell as HTMLElement).style.left = `${accumulatedWidth - (header as HTMLElement).offsetWidth}px`;
|
119
|
-
|
119
|
+
|
120
120
|
if (!isLastColumn) {
|
121
121
|
cell.classList.add('with-border');
|
122
122
|
cell.classList.remove('sticky-shadow');
|
@@ -25,16 +25,16 @@
|
|
25
25
|
<td id="3">Value 3</td>
|
26
26
|
<td>Value 4</td>
|
27
27
|
<td>Value 5</td>
|
28
|
-
<td>
|
29
|
-
<td>
|
30
|
-
<td>
|
31
|
-
<td>
|
32
|
-
<td>
|
33
|
-
<td>
|
34
|
-
<td>
|
35
|
-
<td>
|
36
|
-
<td>
|
37
|
-
<td>
|
28
|
+
<td>Value 6</td>
|
29
|
+
<td>Value 7</td>
|
30
|
+
<td>Value 8</td>
|
31
|
+
<td>Value 9</td>
|
32
|
+
<td>Value 10</td>
|
33
|
+
<td>Value 11</td>
|
34
|
+
<td>Value 12</td>
|
35
|
+
<td>Value 13</td>
|
36
|
+
<td>Value 14</td>
|
37
|
+
<td>Value 15</td>
|
38
38
|
|
39
39
|
</tr>
|
40
40
|
<tr>
|
@@ -43,16 +43,16 @@
|
|
43
43
|
<td id="3">Value 3</td>
|
44
44
|
<td>Value 4</td>
|
45
45
|
<td>Value 5</td>
|
46
|
-
<td>
|
47
|
-
<td>
|
48
|
-
<td>
|
49
|
-
<td>
|
50
|
-
<td>
|
51
|
-
<td>
|
52
|
-
<td>
|
53
|
-
<td>
|
54
|
-
<td>
|
55
|
-
<td>
|
46
|
+
<td>Value 6</td>
|
47
|
+
<td>Value 7</td>
|
48
|
+
<td>Value 8</td>
|
49
|
+
<td>Value 9</td>
|
50
|
+
<td>Value 10</td>
|
51
|
+
<td>Value 11</td>
|
52
|
+
<td>Value 12</td>
|
53
|
+
<td>Value 13</td>
|
54
|
+
<td>Value 14</td>
|
55
|
+
<td>Value 15</td>
|
56
56
|
|
57
57
|
</tr>
|
58
58
|
<tr>
|
@@ -61,34 +61,16 @@
|
|
61
61
|
<td id="3">Value 3</td>
|
62
62
|
<td>Value 4</td>
|
63
63
|
<td>Value 5</td>
|
64
|
-
<td>
|
65
|
-
<td>
|
66
|
-
<td>
|
67
|
-
<td>
|
68
|
-
<td>
|
69
|
-
<td>
|
70
|
-
<td>
|
71
|
-
<td>
|
72
|
-
<td>
|
73
|
-
<td>
|
74
|
-
|
75
|
-
</tr>
|
76
|
-
<tr>
|
77
|
-
<td id="1">Value 1</td>
|
78
|
-
<td id="2">Value 2</td>
|
79
|
-
<td id="3">Value 3</td>
|
80
|
-
<td>Value 4</td>
|
81
|
-
<td>Value 5</td>
|
82
|
-
<td>Column 6</td>
|
83
|
-
<td>Column 7</td>
|
84
|
-
<td>Column 8</td>
|
85
|
-
<td>Column 9</td>
|
86
|
-
<td>Column 10</td>
|
87
|
-
<td>Column 11</td>
|
88
|
-
<td>Column 12</td>
|
89
|
-
<td>Column 13</td>
|
90
|
-
<td>Column 14</td>
|
91
|
-
<td>Column 15</td>
|
64
|
+
<td>Value 6</td>
|
65
|
+
<td>Value 7</td>
|
66
|
+
<td>Value 8</td>
|
67
|
+
<td>Value 9</td>
|
68
|
+
<td>Value 10</td>
|
69
|
+
<td>Value 11</td>
|
70
|
+
<td>Value 12</td>
|
71
|
+
<td>Value 13</td>
|
72
|
+
<td>Value 14</td>
|
73
|
+
<td>Value 15</td>
|
92
74
|
|
93
75
|
</tr>
|
94
76
|
</tbody>
|
@@ -0,0 +1 @@
|
|
1
|
+
The `stickyLeftColumn` prop expects an array of the column ids you want to be sticky. Make sure to add the corresponding id to the `<th>` and `<td>`.
|
@@ -0,0 +1,75 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import { Table, Icon, Body, Card } from 'playbook-ui'
|
3
|
+
|
4
|
+
const TableWithCollapsible = (props) => {
|
5
|
+
|
6
|
+
const Content = () => {
|
7
|
+
return (
|
8
|
+
<Card
|
9
|
+
borderNone
|
10
|
+
borderRadius="none"
|
11
|
+
padding="md"
|
12
|
+
{...props}
|
13
|
+
>
|
14
|
+
<Body {...props}>Nested content inside a Table Row</Body>
|
15
|
+
</Card>
|
16
|
+
);
|
17
|
+
};
|
18
|
+
|
19
|
+
return (
|
20
|
+
<Table
|
21
|
+
size="sm"
|
22
|
+
{...props}
|
23
|
+
>
|
24
|
+
<Table.Head>
|
25
|
+
<Table.Row>
|
26
|
+
<Table.Header>{'Column 1'}</Table.Header>
|
27
|
+
<Table.Header>{'Column 2'}</Table.Header>
|
28
|
+
<Table.Header>{'Column 3'}</Table.Header>
|
29
|
+
<Table.Header>{'Column 4'}</Table.Header>
|
30
|
+
<Table.Header>{'Column 5'}</Table.Header>
|
31
|
+
<Table.Header>{''}</Table.Header>
|
32
|
+
</Table.Row>
|
33
|
+
|
34
|
+
</Table.Head>
|
35
|
+
<Table.Body>
|
36
|
+
<Table.Row collapsible
|
37
|
+
collapsibleContent={<Content/>}
|
38
|
+
{...props}
|
39
|
+
>
|
40
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
41
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
42
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
43
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
44
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
45
|
+
<Table.Cell textAlign="right">{
|
46
|
+
<Icon
|
47
|
+
color="primary"
|
48
|
+
fixedWidth
|
49
|
+
icon="chevron-down"
|
50
|
+
/>}
|
51
|
+
</Table.Cell>
|
52
|
+
|
53
|
+
</Table.Row>
|
54
|
+
<Table.Row>
|
55
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
56
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
57
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
58
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
59
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
60
|
+
<Table.Cell>{''}</Table.Cell>
|
61
|
+
</Table.Row>
|
62
|
+
<Table.Row>
|
63
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
64
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
65
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
66
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
67
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
68
|
+
<Table.Cell>{''}</Table.Cell>
|
69
|
+
</Table.Row>
|
70
|
+
</Table.Body>
|
71
|
+
</Table>
|
72
|
+
)
|
73
|
+
}
|
74
|
+
|
75
|
+
export default TableWithCollapsible
|
@@ -0,0 +1 @@
|
|
1
|
+
The `collapsible` prop can be used on any Table Row to add a collapsible area. Use the additional `collapsibleContent` prop to add any content to the collapsible Row.
|
@@ -0,0 +1,108 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import { Table, Card, Icon, Body } from 'playbook-ui'
|
3
|
+
|
4
|
+
const TableWithCollapsibleWithCustomClick = (props) => {
|
5
|
+
|
6
|
+
const Content = () => {
|
7
|
+
return (
|
8
|
+
<Card
|
9
|
+
borderNone
|
10
|
+
borderRadius="none"
|
11
|
+
padding="md"
|
12
|
+
{...props}
|
13
|
+
>
|
14
|
+
<Body {...props}>Nested content inside a Table Row</Body>
|
15
|
+
</Card>
|
16
|
+
);
|
17
|
+
};
|
18
|
+
|
19
|
+
|
20
|
+
return (
|
21
|
+
<Table
|
22
|
+
size="sm"
|
23
|
+
{...props}
|
24
|
+
>
|
25
|
+
<Table.Head>
|
26
|
+
<Table.Row>
|
27
|
+
<Table.Header>{'Column 1'}</Table.Header>
|
28
|
+
<Table.Header>{'Column 2'}</Table.Header>
|
29
|
+
<Table.Header>{'Column 3'}</Table.Header>
|
30
|
+
<Table.Header>{'Column 4'}</Table.Header>
|
31
|
+
<Table.Header>{'Column 5'}</Table.Header>
|
32
|
+
<Table.Header>{''}</Table.Header>
|
33
|
+
</Table.Row>
|
34
|
+
|
35
|
+
</Table.Head>
|
36
|
+
<Table.Body>
|
37
|
+
<Table.Row collapsible
|
38
|
+
collapsibleContent={<Content/>}
|
39
|
+
toggleCellId="cell-1"
|
40
|
+
{...props}
|
41
|
+
>
|
42
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
43
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
44
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
45
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
46
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
47
|
+
<Table.Cell cursor="pointer"
|
48
|
+
id="cell-1"
|
49
|
+
textAlign="right"
|
50
|
+
>
|
51
|
+
<Icon
|
52
|
+
color="primary"
|
53
|
+
fixedWidth
|
54
|
+
icon="chevron-down"
|
55
|
+
/>
|
56
|
+
</Table.Cell>
|
57
|
+
|
58
|
+
</Table.Row>
|
59
|
+
<Table.Row collapsible
|
60
|
+
collapsibleContent={<Content/>}
|
61
|
+
toggleCellId="cell-2"
|
62
|
+
{...props}
|
63
|
+
>
|
64
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
65
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
66
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
67
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
68
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
69
|
+
<Table.Cell cursor="pointer"
|
70
|
+
id="cell-2"
|
71
|
+
textAlign="right"
|
72
|
+
>
|
73
|
+
<Icon
|
74
|
+
color="primary"
|
75
|
+
fixedWidth
|
76
|
+
icon="chevron-down"
|
77
|
+
/>
|
78
|
+
</Table.Cell>
|
79
|
+
|
80
|
+
</Table.Row>
|
81
|
+
<Table.Row collapsible
|
82
|
+
collapsibleContent={<Content/>}
|
83
|
+
toggleCellId="cell-3"
|
84
|
+
{...props}
|
85
|
+
>
|
86
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
87
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
88
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
89
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
90
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
91
|
+
<Table.Cell cursor="pointer"
|
92
|
+
id="cell-3"
|
93
|
+
textAlign="right"
|
94
|
+
>
|
95
|
+
<Icon
|
96
|
+
color="primary"
|
97
|
+
fixedWidth
|
98
|
+
icon="chevron-down"
|
99
|
+
/>
|
100
|
+
</Table.Cell>
|
101
|
+
|
102
|
+
</Table.Row>
|
103
|
+
</Table.Body>
|
104
|
+
</Table>
|
105
|
+
)
|
106
|
+
}
|
107
|
+
|
108
|
+
export default TableWithCollapsibleWithCustomClick
|
@@ -0,0 +1,2 @@
|
|
1
|
+
When using the `collapsible` prop, the default functionality is that the entire Row will be clickable to toggle the Row. To limit the click event to a specific Table Cell, you can use the `toggleCellId` prop to pass in the id of the Cell you want to use as the trigger.
|
2
|
+
__NOTE__: `toggleCellId` and the id on the Cell you want to use as the trigger MUST be the same.
|
@@ -0,0 +1,94 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import { Table, Icon, Card, Body, Image, Flex } from 'playbook-ui'
|
3
|
+
|
4
|
+
const TableWithCollapsibleWithCustomContent = (props) => {
|
5
|
+
|
6
|
+
const Content = () => {
|
7
|
+
return (
|
8
|
+
<Card
|
9
|
+
borderNone
|
10
|
+
borderRadius="none"
|
11
|
+
color="light"
|
12
|
+
paddingX="xl"
|
13
|
+
paddingY="md"
|
14
|
+
{...props}
|
15
|
+
>
|
16
|
+
<Body paddingBottom="sm"
|
17
|
+
text="Expanded Custom Layout"
|
18
|
+
{...props}
|
19
|
+
/>
|
20
|
+
<Flex justify="between">
|
21
|
+
<Image
|
22
|
+
url="https://via.placeholder.com/150"
|
23
|
+
/>
|
24
|
+
<Image
|
25
|
+
url="https://via.placeholder.com/150"
|
26
|
+
/>
|
27
|
+
<Image
|
28
|
+
url="https://via.placeholder.com/150"
|
29
|
+
/>
|
30
|
+
<Image
|
31
|
+
url="https://via.placeholder.com/150"
|
32
|
+
/>
|
33
|
+
</Flex>
|
34
|
+
</Card>
|
35
|
+
);
|
36
|
+
};
|
37
|
+
|
38
|
+
return (
|
39
|
+
<Table
|
40
|
+
size="sm"
|
41
|
+
{...props}
|
42
|
+
>
|
43
|
+
<Table.Head>
|
44
|
+
<Table.Row>
|
45
|
+
<Table.Header>{'Column 1'}</Table.Header>
|
46
|
+
<Table.Header>{'Column 2'}</Table.Header>
|
47
|
+
<Table.Header>{'Column 3'}</Table.Header>
|
48
|
+
<Table.Header>{'Column 4'}</Table.Header>
|
49
|
+
<Table.Header>{'Column 5'}</Table.Header>
|
50
|
+
<Table.Header>{''}</Table.Header>
|
51
|
+
</Table.Row>
|
52
|
+
|
53
|
+
</Table.Head>
|
54
|
+
<Table.Body>
|
55
|
+
<Table.Row collapsible
|
56
|
+
collapsibleContent={<Content/>}
|
57
|
+
{...props}
|
58
|
+
>
|
59
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
60
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
61
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
62
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
63
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
64
|
+
<Table.Cell textAlign="right">{
|
65
|
+
<Icon
|
66
|
+
color="primary"
|
67
|
+
fixedWidth
|
68
|
+
icon="chevron-down"
|
69
|
+
/>}
|
70
|
+
</Table.Cell>
|
71
|
+
|
72
|
+
</Table.Row>
|
73
|
+
<Table.Row>
|
74
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
75
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
76
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
77
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
78
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
79
|
+
<Table.Cell>{''}</Table.Cell>
|
80
|
+
</Table.Row>
|
81
|
+
<Table.Row>
|
82
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
83
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
84
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
85
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
86
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
87
|
+
<Table.Cell>{''}</Table.Cell>
|
88
|
+
</Table.Row>
|
89
|
+
</Table.Body>
|
90
|
+
</Table>
|
91
|
+
)
|
92
|
+
}
|
93
|
+
|
94
|
+
export default TableWithCollapsibleWithCustomContent
|
File without changes
|
@@ -0,0 +1,83 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import { Table, Background, Icon } from 'playbook-ui'
|
3
|
+
|
4
|
+
const TableWithCollapsibleWithNestedRows = (props) => {
|
5
|
+
|
6
|
+
const Content = () => {
|
7
|
+
return (
|
8
|
+
<Table
|
9
|
+
borderRadius="none"
|
10
|
+
container={false}
|
11
|
+
size="sm"
|
12
|
+
{...props}
|
13
|
+
>
|
14
|
+
<Background tag="tr"
|
15
|
+
{...props}
|
16
|
+
>
|
17
|
+
<Table.Cell>Expanded</Table.Cell>
|
18
|
+
<Table.Cell>Expanded</Table.Cell>
|
19
|
+
<Table.Cell>Expanded</Table.Cell>
|
20
|
+
<Table.Cell>Expanded</Table.Cell>
|
21
|
+
<Table.Cell>Expanded</Table.Cell>
|
22
|
+
</Background>
|
23
|
+
</Table>
|
24
|
+
);
|
25
|
+
};
|
26
|
+
|
27
|
+
return (
|
28
|
+
<Table
|
29
|
+
size="sm"
|
30
|
+
{...props}
|
31
|
+
>
|
32
|
+
<Table.Head>
|
33
|
+
<Table.Row>
|
34
|
+
<Table.Header>{'Column 1'}</Table.Header>
|
35
|
+
<Table.Header>{'Column 2'}</Table.Header>
|
36
|
+
<Table.Header>{'Column 3'}</Table.Header>
|
37
|
+
<Table.Header>{'Column 4'}</Table.Header>
|
38
|
+
<Table.Header>{'Column 5'}</Table.Header>
|
39
|
+
<Table.Header>{''}</Table.Header>
|
40
|
+
</Table.Row>
|
41
|
+
|
42
|
+
</Table.Head>
|
43
|
+
<Table.Body>
|
44
|
+
<Table.Row collapsible
|
45
|
+
collapsibleContent={<Content/>}
|
46
|
+
collapsibleSideHighlight={false}
|
47
|
+
>
|
48
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
49
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
50
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
51
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
52
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
53
|
+
<Table.Cell textAlign="right">{
|
54
|
+
<Icon
|
55
|
+
color="primary"
|
56
|
+
fixedWidth
|
57
|
+
icon="chevron-down"
|
58
|
+
/>}
|
59
|
+
</Table.Cell>
|
60
|
+
|
61
|
+
</Table.Row>
|
62
|
+
<Table.Row>
|
63
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
64
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
65
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
66
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
67
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
68
|
+
<Table.Cell>{''}</Table.Cell>
|
69
|
+
</Table.Row>
|
70
|
+
<Table.Row>
|
71
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
72
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
73
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
74
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
75
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
76
|
+
<Table.Cell>{''}</Table.Cell>
|
77
|
+
</Table.Row>
|
78
|
+
</Table.Body>
|
79
|
+
</Table>
|
80
|
+
)
|
81
|
+
}
|
82
|
+
|
83
|
+
export default TableWithCollapsibleWithNestedRows
|
@@ -0,0 +1,120 @@
|
|
1
|
+
import React from 'react'
|
2
|
+
import {Pill, Background, Table, Icon} from "playbook-ui"
|
3
|
+
|
4
|
+
const TableWithCollapsibleWithNestedTable = (props) => {
|
5
|
+
|
6
|
+
const Content = () => {
|
7
|
+
return (
|
8
|
+
<Table
|
9
|
+
borderRadius="none"
|
10
|
+
container={false}
|
11
|
+
size="sm"
|
12
|
+
{...props}
|
13
|
+
>
|
14
|
+
<Table.Head>
|
15
|
+
<Background
|
16
|
+
tag="tr"
|
17
|
+
{...props}
|
18
|
+
>
|
19
|
+
<Table.Header>{"Alt Header"}</Table.Header>
|
20
|
+
<Table.Header>{"Alt Header"}</Table.Header>
|
21
|
+
<Table.Header>{"Alt Header"}</Table.Header>
|
22
|
+
<Table.Header>{"Alt Header"}</Table.Header>
|
23
|
+
</Background>
|
24
|
+
</Table.Head>
|
25
|
+
<Table.Body>
|
26
|
+
<Table.Row>
|
27
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
28
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
29
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
30
|
+
<Table.Cell>
|
31
|
+
<Pill text="Pill"
|
32
|
+
variant="primary"
|
33
|
+
{...props}
|
34
|
+
/>
|
35
|
+
</Table.Cell>
|
36
|
+
</Table.Row>
|
37
|
+
<Table.Row>
|
38
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
39
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
40
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
41
|
+
<Table.Cell>
|
42
|
+
<Pill text="Pill"
|
43
|
+
variant="primary"
|
44
|
+
{...props}
|
45
|
+
/>
|
46
|
+
</Table.Cell>
|
47
|
+
</Table.Row>
|
48
|
+
<Table.Row>
|
49
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
50
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
51
|
+
<Table.Cell>{"Expanded"}</Table.Cell>
|
52
|
+
<Table.Cell>
|
53
|
+
<Pill text="Pill"
|
54
|
+
variant="primary"
|
55
|
+
{...props}
|
56
|
+
/>
|
57
|
+
</Table.Cell>
|
58
|
+
</Table.Row>
|
59
|
+
</Table.Body>
|
60
|
+
</Table>
|
61
|
+
);
|
62
|
+
};
|
63
|
+
|
64
|
+
return (
|
65
|
+
<Table
|
66
|
+
size="sm"
|
67
|
+
{...props}
|
68
|
+
>
|
69
|
+
<Table.Head>
|
70
|
+
<Table.Row>
|
71
|
+
<Table.Header>{'Column 1'}</Table.Header>
|
72
|
+
<Table.Header>{'Column 2'}</Table.Header>
|
73
|
+
<Table.Header>{'Column 3'}</Table.Header>
|
74
|
+
<Table.Header>{'Column 4'}</Table.Header>
|
75
|
+
<Table.Header>{'Column 5'}</Table.Header>
|
76
|
+
<Table.Header>{''}</Table.Header>
|
77
|
+
</Table.Row>
|
78
|
+
|
79
|
+
</Table.Head>
|
80
|
+
<Table.Body>
|
81
|
+
<Table.Row collapsible
|
82
|
+
collapsibleContent={<Content/>}
|
83
|
+
collapsibleSideHighlight={false}
|
84
|
+
>
|
85
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
86
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
87
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
88
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
89
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
90
|
+
<Table.Cell textAlign="right">{
|
91
|
+
<Icon
|
92
|
+
color="primary"
|
93
|
+
fixedWidth
|
94
|
+
icon="chevron-down"
|
95
|
+
/>}
|
96
|
+
</Table.Cell>
|
97
|
+
|
98
|
+
</Table.Row>
|
99
|
+
<Table.Row>
|
100
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
101
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
102
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
103
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
104
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
105
|
+
<Table.Cell>{''}</Table.Cell>
|
106
|
+
</Table.Row>
|
107
|
+
<Table.Row>
|
108
|
+
<Table.Cell>{'Value 1'}</Table.Cell>
|
109
|
+
<Table.Cell>{'Value 2'}</Table.Cell>
|
110
|
+
<Table.Cell>{'Value 3'}</Table.Cell>
|
111
|
+
<Table.Cell>{'Value 4'}</Table.Cell>
|
112
|
+
<Table.Cell>{'Value 5'}</Table.Cell>
|
113
|
+
<Table.Cell>{''}</Table.Cell>
|
114
|
+
</Table.Row>
|
115
|
+
</Table.Body>
|
116
|
+
</Table>
|
117
|
+
)
|
118
|
+
}
|
119
|
+
|
120
|
+
export default TableWithCollapsibleWithNestedTable
|
@@ -0,0 +1 @@
|
|
1
|
+
The `collapsibleContent` can also be used to display nested Tables within each Row.
|
@@ -4,6 +4,7 @@ examples:
|
|
4
4
|
- table_md: Medium
|
5
5
|
- table_lg: Large
|
6
6
|
- table_sticky: Sticky Header
|
7
|
+
- table_sticky_left_columns: Sticky Left Column
|
7
8
|
- table_header: Table Header
|
8
9
|
- table_alignment_row_rails: Row Alignment
|
9
10
|
- table_alignment_column_rails: Cell Alignment
|
@@ -33,6 +34,7 @@ examples:
|
|
33
34
|
- table_md: Medium
|
34
35
|
- table_lg: Large
|
35
36
|
- table_sticky: Sticky Header
|
37
|
+
- table_sticky_left_columns: Sticky Left Column
|
36
38
|
- table_alignment_row: Row Alignment
|
37
39
|
- table_alignment_column: Cell Alignment
|
38
40
|
- table_alignment_shift_row: Row Shift
|
@@ -55,3 +57,8 @@ examples:
|
|
55
57
|
- table_with_subcomponents: Table with Sub Components (Table Elements)
|
56
58
|
- table_with_subcomponents_as_divs: Table with Sub Components (Divs)
|
57
59
|
- table_outer_padding: Outer Padding
|
60
|
+
- table_with_collapsible: Table with Collapsible
|
61
|
+
- table_with_collapsible_with_custom_click: Table with Collapsible with Custom Click
|
62
|
+
- table_with_collapsible_with_custom_content: Table with Collapsible with Custom Content
|
63
|
+
- table_with_collapsible_with_nested_rows: Table with Collapsible with Nested Rows
|
64
|
+
- table_with_collapsible_with_nested_table: Table with Collapsible with Nested Table
|