playbook_ui_docs 14.22.0.pre.rc.4 → 14.22.0.pre.rc.5

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.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pinned_rows.jsx +1 -1
  3. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_pinned_rows_react.md +5 -3
  4. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling.jsx +64 -0
  5. data/app/pb_kits/playbook/pb_advanced_table/docs/_advanced_table_row_styling.md +7 -0
  6. data/app/pb_kits/playbook/pb_advanced_table/docs/example.yml +1 -0
  7. data/app/pb_kits/playbook/pb_advanced_table/docs/index.js +1 -0
  8. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.html.erb +3 -3
  9. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_blank_selection.jsx +7 -4
  10. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_clear_selection.jsx +6 -3
  11. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx +6 -3
  12. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_rails.html.erb +3 -3
  13. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_value.html.erb +3 -3
  14. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default_value.jsx +7 -4
  15. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.html.erb +3 -3
  16. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_error.jsx +7 -4
  17. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select.jsx +19 -10
  18. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_display.jsx +19 -10
  19. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_display_rails.html.erb +10 -10
  20. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_rails.html.erb +10 -10
  21. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_autocomplete.html.erb +10 -10
  22. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_autocomplete.jsx +20 -11
  23. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_custom_options.html.erb +3 -3
  24. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_custom_options.jsx +8 -8
  25. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_default.html.erb +10 -10
  26. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_multi_select_with_default.jsx +23 -14
  27. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_separators_hidden.html.erb +3 -3
  28. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_separators_hidden.jsx +6 -3
  29. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure.jsx +6 -3
  30. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subcomponent_structure_rails.html.erb +3 -3
  31. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subtle_variant.html.erb +3 -3
  32. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_subtle_variant.jsx +6 -3
  33. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.html.erb +3 -3
  34. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete.jsx +3 -3
  35. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.html.erb +4 -4
  36. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_autocomplete_with_subcomponents.jsx +4 -4
  37. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +4 -4
  38. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display_rails.html.erb +4 -4
  39. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options.html.erb +52 -0
  40. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options.jsx +99 -0
  41. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options_rails.md +1 -0
  42. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_icon_options_react.md +1 -0
  43. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx +3 -3
  44. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options_rails.html.erb +3 -3
  45. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.html.erb +3 -3
  46. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_padding.jsx +3 -3
  47. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.html.erb +28 -0
  48. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options.jsx +47 -0
  49. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_rails.md +1 -0
  50. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_radio_options_react.md +1 -0
  51. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx +3 -3
  52. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger_rails.html.erb +3 -3
  53. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_external_control.jsx +3 -3
  54. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.html.erb +3 -3
  55. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_label.jsx +6 -3
  56. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_search.jsx +3 -3
  57. data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_search_rails.html.erb +3 -3
  58. data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +4 -0
  59. data/app/pb_kits/playbook/pb_dropdown/docs/index.js +3 -1
  60. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns.html.erb +8 -8
  61. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_columns_rails.md +1 -1
  62. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns.html.erb +12 -12
  63. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_left_columns_rails.md +2 -2
  64. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns.html.erb +12 -12
  65. data/app/pb_kits/playbook/pb_table/docs/_table_sticky_right_columns_rails.md +2 -2
  66. data/dist/playbook-doc.js +1 -1
  67. metadata +12 -2
@@ -0,0 +1,28 @@
1
+ <%
2
+ options = [
3
+ { label: "Item 1", value: "item-1", id: "1" },
4
+ { label: "Item 2", value: "item-2", id: "2" },
5
+ { label: "Item 3", value: "item-3", id: "3" }
6
+ ]
7
+
8
+ selected_value = params[:selected_value]
9
+ %>
10
+
11
+ <%= pb_rails("dropdown", props: { label: "Choose Item", options: options }) do %>
12
+ <%= pb_rails("dropdown/dropdown_trigger") %>
13
+ <%= pb_rails("dropdown/dropdown_container") do %>
14
+ <% options.each do |option| %>
15
+ <% checked = (option[:value] == selected_value) %>
16
+ <%= pb_rails("dropdown/dropdown_option", props: { option: option }) do %>
17
+ <%= pb_rails("flex", props: { align: "center" }) do %>
18
+ <%= pb_rails("radio", props: {
19
+ text: option[:label],
20
+ name: "dropdown_radio",
21
+ value: option[:value],
22
+ checked: checked,
23
+ }) %>
24
+ <% end %>
25
+ <% end %>
26
+ <% end %>
27
+ <% end %>
28
+ <% end %>
@@ -0,0 +1,47 @@
1
+ import React, { useState } from 'react'
2
+ import Dropdown from '../_dropdown'
3
+
4
+ import Body from '../../pb_body/_body'
5
+ import Flex from '../../pb_flex/_flex'
6
+ import Radio from '../../pb_radio/_radio'
7
+
8
+ const DropdownCustomRadioOptions = (props) => {
9
+ const [selectedValue, setSelectedValue] = useState(null)
10
+
11
+ const options = [
12
+ { label: "Item 1", value: "item-1", id: "1" },
13
+ { label: "Item 2", value: "item-2", id: "2" },
14
+ { label: "Item 3", value: "item-3", id: "3" },
15
+ ]
16
+
17
+
18
+ return (
19
+ <div>
20
+ <Dropdown
21
+ label="Select Item"
22
+ onSelect={(selectedItem) => setSelectedValue(selectedItem?.value)}
23
+ options={options}
24
+ {...props}
25
+ >
26
+ {options.map((option) => {
27
+ return (
28
+ <Dropdown.Option key={option.id}
29
+ option={option}
30
+ >
31
+ <Flex align="center">
32
+ <Radio
33
+ checked={selectedValue === option.value}
34
+ name="dropdown_radio"
35
+ value={option.value}
36
+ />
37
+ <Body text={option.label} />
38
+ </Flex>
39
+ </Dropdown.Option>
40
+ )
41
+ })}
42
+ </Dropdown>
43
+ </div>
44
+ )
45
+ }
46
+
47
+ export default DropdownCustomRadioOptions
@@ -0,0 +1 @@
1
+ Radio inputs can be used inside `dropdown/dropdown_option` for a custom layout that mimics form-like selection within a dropdown.
@@ -0,0 +1 @@
1
+ Radio inputs can be used inside `Dropdown.Option` for a custom layout that mimics form-like selection within a dropdown.
@@ -14,21 +14,21 @@ const [selectedOption, setSelectedOption] = useState();
14
14
  const options = [
15
15
  {
16
16
  label: "United States",
17
- value: "United States",
17
+ value: "unitedStates",
18
18
  areaCode: "+1",
19
19
  icon: "🇺🇸",
20
20
  id: "United-states"
21
21
  },
22
22
  {
23
23
  label: "Canada",
24
- value: "Canada",
24
+ value: "canada",
25
25
  areaCode: "+1",
26
26
  icon: "🇨🇦",
27
27
  id: "canada"
28
28
  },
29
29
  {
30
30
  label: "Pakistan",
31
- value: "Pakistan",
31
+ value: "pakistan",
32
32
  areaCode: "+92",
33
33
  icon: "🇵🇰",
34
34
  id: "pakistan"
@@ -2,21 +2,21 @@
2
2
  options = [
3
3
  {
4
4
  label: "United States",
5
- value: "United States",
5
+ value: "unitedStates",
6
6
  areaCode: "+1",
7
7
  icon: "🇺🇸",
8
8
  id: "us"
9
9
  },
10
10
  {
11
11
  label: "Canada",
12
- value: "Canada",
12
+ value: "canada",
13
13
  areaCode: "+1",
14
14
  icon: "🇨🇦",
15
15
  id: "ca"
16
16
  },
17
17
  {
18
18
  label: "Pakistan",
19
- value: "Pakistan",
19
+ value: "pakistan",
20
20
  areaCode: "+92",
21
21
  icon: "🇵🇰",
22
22
  id: "pk"
@@ -11,21 +11,21 @@ const [isDropDownClosed, setIsDropdownClosed] = useDropdown(true);
11
11
  const options = [
12
12
  {
13
13
  label: "United States",
14
- value: "United States",
14
+ value: "unitedStates",
15
15
  areaCode: "+1",
16
16
  icon: "🇺🇸",
17
17
  id: "United-states"
18
18
  },
19
19
  {
20
20
  label: "Canada",
21
- value: "Canada",
21
+ value: "canada",
22
22
  areaCode: "+1",
23
23
  icon: "🇨🇦",
24
24
  id: "canada"
25
25
  },
26
26
  {
27
27
  label: "Pakistan",
28
- value: "Pakistan",
28
+ value: "pakistan",
29
29
  areaCode: "+92",
30
30
  icon: "🇵🇰",
31
31
  id: "pakistan"
@@ -1,8 +1,8 @@
1
1
  <%
2
2
  options = [
3
- { label: 'United States', value: 'United States', id: 'us' },
4
- { label: 'Canada', value: 'Canada', id: 'ca' },
5
- { label: 'Pakistan', value: 'Pakistan', id: 'pk' },
3
+ { label: 'United States', value: 'unitedStates', id: 'us' },
4
+ { label: 'Canada', value: 'canada', id: 'ca' },
5
+ { label: 'Pakistan', value: 'pakistan', id: 'pk' },
6
6
  ]
7
7
 
8
8
  %>
@@ -6,15 +6,18 @@ const DropdownDefault = (props) => {
6
6
  const options = [
7
7
  {
8
8
  label: "United States",
9
- value: "United States",
9
+ value: "unitedStates",
10
+ id: "us"
10
11
  },
11
12
  {
12
13
  label: "Canada",
13
- value: "Canada",
14
+ value: "canada",
15
+ id: "ca"
14
16
  },
15
17
  {
16
18
  label: "Pakistan",
17
- value: "Pakistan",
19
+ value: "pakistan",
20
+ id: "pk"
18
21
  }
19
22
  ];
20
23
 
@@ -8,20 +8,20 @@ const [selectedOption, setSelectedOption] = useState();
8
8
  const options = [
9
9
  {
10
10
  label: "United States",
11
- value: "United States",
11
+ value: "unitedStates",
12
12
  icon: "🇺🇸",
13
13
  id: "United-states"
14
14
 
15
15
  },
16
16
  {
17
17
  label: "United Kingdom",
18
- value: "United Kingdom",
18
+ value: "unitedKingdom",
19
19
  icon: "🇬🇧",
20
20
  id: "united-kingdom"
21
21
  },
22
22
  {
23
23
  label: "Pakistan",
24
- value: "Pakistan",
24
+ value: "pakistan",
25
25
  icon: "🇵🇰",
26
26
  id: "pakistan"
27
27
  }
@@ -2,21 +2,21 @@
2
2
  options = [
3
3
  {
4
4
  label: "United States",
5
- value: "United States",
5
+ value: "unitedStates",
6
6
  areaCode: "+1",
7
7
  icon: "🇺🇸",
8
8
  id: "us"
9
9
  },
10
10
  {
11
11
  label: "United Kingdom",
12
- value: "United Kingdom",
12
+ value: "unitedKingdom",
13
13
  areaCode: "+44",
14
14
  icon: "🇬🇧",
15
15
  id: "gb"
16
16
  },
17
17
  {
18
18
  label: "Pakistan",
19
- value: "Pakistan",
19
+ value: "pakistan",
20
20
  areaCode: "+92",
21
21
  icon: "🇵🇰",
22
22
  id: "pk"
@@ -15,6 +15,8 @@ examples:
15
15
  - dropdown_with_custom_trigger_rails: Custom Trigger
16
16
  - dropdown_with_search_rails: Custom Trigger Dropdown with Search
17
17
  - dropdown_with_custom_padding: Custom Option Padding
18
+ - dropdown_with_custom_icon_options: Custom Icon Options
19
+ # - dropdown_with_custom_radio_options: Custom Radio Options # TODO: Update and publish doc ex in [PLAY-2146](https://runway.powerhrg.com/backlog_items/PLAY-2146) (remove this comment afterwards)
18
20
  - dropdown_error: Dropdown with Error
19
21
  - dropdown_default_value: Default Value
20
22
  - dropdown_multi_select_with_default: Multi Select Default Value
@@ -37,6 +39,8 @@ examples:
37
39
  - dropdown_with_custom_trigger: Custom Trigger
38
40
  - dropdown_with_search: Custom Trigger Dropdown with Search
39
41
  - dropdown_with_custom_padding: Custom Option Padding
42
+ - dropdown_with_custom_icon_options: Custom Icon Options
43
+ # - dropdown_with_custom_radio_options: Custom Radio Options # TODO: Update and publish doc ex in [PLAY-2146](https://runway.powerhrg.com/backlog_items/PLAY-2146) (remove this comment afterwards)
40
44
  - dropdown_error: Dropdown with Error
41
45
  - dropdown_default_value: Default Value
42
46
  - dropdown_multi_select_with_default: Multi Select Default Value
@@ -19,4 +19,6 @@ export { default as DropdownMultiSelect } from './_dropdown_multi_select.jsx'
19
19
  export { default as DropdownMultiSelectDisplay } from './_dropdown_multi_select_display.jsx'
20
20
  export { default as DropdownMultiSelectWithAutocomplete } from './_dropdown_multi_select_with_autocomplete.jsx'
21
21
  export { default as DropdownMultiSelectWithDefault } from './_dropdown_multi_select_with_default.jsx'
22
- export { default as DropdownMultiSelectWithCustomOptions } from './_dropdown_multi_select_with_custom_options.jsx'
22
+ export { default as DropdownMultiSelectWithCustomOptions } from './_dropdown_multi_select_with_custom_options.jsx'
23
+ export {default as DropdownWithCustomIconOptions} from './_dropdown_with_custom_icon_options.jsx'
24
+ export {default as DropdownWithCustomRadioOptions} from './_dropdown_with_custom_radio_options.jsx'
@@ -1,7 +1,7 @@
1
1
  <%= pb_rails("table", props: { size: "md", responsive: "scroll", sticky_left_column: ["a"], sticky_right_column: ["b"] }) do %>
2
2
  <thead>
3
3
  <tr>
4
- <th id="a">Column 1</th>
4
+ <th data-sticky-id="a">Column 1</th>
5
5
  <th>Column 2</th>
6
6
  <th>Column 3</th>
7
7
  <th>Column 4</th>
@@ -15,12 +15,12 @@
15
15
  <th>Column 12</th>
16
16
  <th>Column 13</th>
17
17
  <th>Column 14</th>
18
- <th id="b">Column 15</th>
18
+ <th data-sticky-id="b">Column 15</th>
19
19
  </tr>
20
20
  </thead>
21
21
  <tbody>
22
22
  <tr>
23
- <td id="a">Value 1</td>
23
+ <td data-sticky-id="a">Value 1</td>
24
24
  <td>Value 2</td>
25
25
  <td>Value 3</td>
26
26
  <td>Value 4</td>
@@ -34,10 +34,10 @@
34
34
  <td>Value 12</td>
35
35
  <td>Value 13</td>
36
36
  <td>Value 14</td>
37
- <td id="b">Value 15</td>
37
+ <td data-sticky-id="b">Value 15</td>
38
38
  </tr>
39
39
  <tr>
40
- <td id="a">Value 1</td>
40
+ <td data-sticky-id="a">Value 1</td>
41
41
  <td>Value 2</td>
42
42
  <td>Value 3</td>
43
43
  <td>Value 4</td>
@@ -51,10 +51,10 @@
51
51
  <td>Value 12</td>
52
52
  <td>Value 13</td>
53
53
  <td>Value 14</td>
54
- <td id="b">Value 15</td>
54
+ <td data-sticky-id="b">Value 15</td>
55
55
  </tr>
56
56
  <tr>
57
- <td id="a">Value 1</td>
57
+ <td data-sticky-id="a">Value 1</td>
58
58
  <td>Value 2</td>
59
59
  <td>Value 3</td>
60
60
  <td>Value 4</td>
@@ -68,7 +68,7 @@
68
68
  <td>Value 12</td>
69
69
  <td>Value 13</td>
70
70
  <td>Value 14</td>
71
- <td id="b">Value 15</td>
71
+ <td data-sticky-id="b">Value 15</td>
72
72
  </tr>
73
73
  </tbody>
74
74
  <% end %>
@@ -1,3 +1,3 @@
1
1
  The `sticky_left_column` and `sticky_right_column` props can be used together on the same table as needed.
2
2
 
3
- Please ensure that unique ids are used for all columns across multiple tables. Using the same columns ids on multiple tables can lead to issues when using props.
3
+ Please ensure that unique `data-sticky-id`s are used for all columns across multiple tables. Using the same columns `data-sticky-id`s on multiple tables can lead to issues when using props.
@@ -1,9 +1,9 @@
1
1
  <%= pb_rails("table", props: { size: "md", responsive: "scroll", sticky_left_column: ["1", "2", "3"] }) do %>
2
2
  <thead>
3
3
  <tr>
4
- <th id="1">Column 1</th>
5
- <th id="2">Column 2</th>
6
- <th id="3">Column 3</th>
4
+ <th data-sticky-id="1">Column 1</th>
5
+ <th data-sticky-id="2">Column 2</th>
6
+ <th data-sticky-id="3">Column 3</th>
7
7
  <th>Column 4</th>
8
8
  <th>Column 5</th>
9
9
  <th>Column 6</th>
@@ -20,9 +20,9 @@
20
20
  </thead>
21
21
  <tbody>
22
22
  <tr>
23
- <td id="1">Value 1</td>
24
- <td id="2">Value 2</td>
25
- <td id="3">Value 3</td>
23
+ <td data-sticky-id="1">Value 1</td>
24
+ <td data-sticky-id="2">Value 2</td>
25
+ <td data-sticky-id="3">Value 3</td>
26
26
  <td>Value 4</td>
27
27
  <td>Value 5</td>
28
28
  <td>Value 6</td>
@@ -38,9 +38,9 @@
38
38
 
39
39
  </tr>
40
40
  <tr>
41
- <td id="1">Value 1</td>
42
- <td id="2">Value 2</td>
43
- <td id="3">Value 3</td>
41
+ <td data-sticky-id="1">Value 1</td>
42
+ <td data-sticky-id="2">Value 2</td>
43
+ <td data-sticky-id="3">Value 3</td>
44
44
  <td>Value 4</td>
45
45
  <td>Value 5</td>
46
46
  <td>Value 6</td>
@@ -56,9 +56,9 @@
56
56
 
57
57
  </tr>
58
58
  <tr>
59
- <td id="1">Value 1</td>
60
- <td id="2">Value 2</td>
61
- <td id="3">Value 3</td>
59
+ <td data-sticky-id="1">Value 1</td>
60
+ <td data-sticky-id="2">Value 2</td>
61
+ <td data-sticky-id="3">Value 3</td>
62
62
  <td>Value 4</td>
63
63
  <td>Value 5</td>
64
64
  <td>Value 6</td>
@@ -1,3 +1,3 @@
1
- The `sticky_left_column` 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>`.
1
+ The `sticky_left_column` prop expects an array of the column `data-sticky-id`s you want to be sticky. Make sure to add the corresponding `data-sticky-id` to the `<th>` and `<td>`.
2
2
 
3
- Please ensure that unique ids are used for all columns across multiple tables. Using the same columns ids on multiple tables can lead to issues when using the `sticky_left_column`.
3
+ Please ensure that unique `data-sticky-id`s are used for all columns across multiple tables. Using the same columns `data-sticky-id`s on multiple tables can lead to issues when using the `sticky_left_column`.
@@ -13,9 +13,9 @@
13
13
  <th>Column 10</th>
14
14
  <th>Column 11</th>
15
15
  <th>Column 12</th>
16
- <th id="13">Column 13</th>
17
- <th id="14">Column 14</th>
18
- <th id="15">Column 15</th>
16
+ <th data-sticky-id="13">Column 13</th>
17
+ <th data-sticky-id="14">Column 14</th>
18
+ <th data-sticky-id="15">Column 15</th>
19
19
  </tr>
20
20
  </thead>
21
21
  <tbody>
@@ -32,9 +32,9 @@
32
32
  <td>Value 10</td>
33
33
  <td>Value 11</td>
34
34
  <td>Value 12</td>
35
- <td id="13">Value 13</td>
36
- <td id="14">Value 14</td>
37
- <td id="15">Value 15</td>
35
+ <td data-sticky-id="13">Value 13</td>
36
+ <td data-sticky-id="14">Value 14</td>
37
+ <td data-sticky-id="15">Value 15</td>
38
38
  </tr>
39
39
  <tr>
40
40
  <td>Value 1</td>
@@ -49,9 +49,9 @@
49
49
  <td>Value 10</td>
50
50
  <td>Value 11</td>
51
51
  <td>Value 12</td>
52
- <td id="13">Value 13</td>
53
- <td id="14">Value 14</td>
54
- <td id="15">Value 15</td>
52
+ <td data-sticky-id="13">Value 13</td>
53
+ <td data-sticky-id="14">Value 14</td>
54
+ <td data-sticky-id="15">Value 15</td>
55
55
  </tr>
56
56
  <tr>
57
57
  <td>Value 1</td>
@@ -66,9 +66,9 @@
66
66
  <td>Value 10</td>
67
67
  <td>Value 11</td>
68
68
  <td>Value 12</td>
69
- <td id="13">Value 13</td>
70
- <td id="14">Value 14</td>
71
- <td id="15">Value 15</td>
69
+ <td data-sticky-id="13">Value 13</td>
70
+ <td data-sticky-id="14">Value 14</td>
71
+ <td data-sticky-id="15">Value 15</td>
72
72
  </tr>
73
73
  </tbody>
74
74
  <% end %>
@@ -1,3 +1,3 @@
1
- The `sticky_right_column` prop works in the same way as the above `sticky_left_column` prop. It expects an array of the column ids you want to be sticky. Make sure to add the corresponding id to the `<th>` and `<td>`.
1
+ The `sticky_right_column` prop works in the same way as the above `sticky_left_column` prop. It expects an array of the column `data-sticky-id`s you want to be sticky. Make sure to add the corresponding `data-sticky-id` to the `<th>` and `<td>`.
2
2
 
3
- Please ensure that unique ids are used for all columns across multiple tables. Using the same columns ids on multiple tables can lead to issues when using the `sticky_right_column` prop.
3
+ Please ensure that unique `data-sticky-id`s are used for all columns across multiple tables. Using the same columns `data-sticky-id`s on multiple tables can lead to issues when using the `sticky_right_column` prop.