You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- PR title should be using conventional commit with a length below 73 chars. See https://www.conventionalcommits.org/en/v1.0.0/ -->
2
+
<!-- if this PR fixes an issue, please add it on a separate line for proper linking and following this structure "fixes #123" (replace 123 with the correct issue number) -->
3
+
4
+
## Summary
5
+
6
+
<!-- Describe the purpose of this pull request and link any related issue. -->
7
+
8
+
## Why
9
+
10
+
<!-- Optional reasons explaining why you think this PR can be useful -->
11
+
12
+
## Changes
13
+
14
+
<!-- List the important implementation or documentation changes. -->
15
+
16
+
## Validation
17
+
18
+
<!-- List the tests, builds, lint, formatting, or other checks that were run. -->
19
+
20
+
## Comments
21
+
22
+
<!-- Any other optional comments or website links to add -->
23
+
24
+
## AI / LLM assistance
25
+
26
+
- AI / LLM assistance used:
27
+
-[ ] No
28
+
-[ ] Yes
29
+
- If **Yes**:
30
+
-**which tool/model**:
31
+
-**how was it used**:
32
+
33
+
## Checklist
34
+
35
+
-[ ] The changes are limited to only one scope (if not please explain why in the comments above).
36
+
-[ ] Tests were added or updated where appropriate.
<buttonclass="btn" data-test="spread-colspan-button" onclick="toggleSpreadHiddenColspan()">Toggle Spreading of ColSpan with Hidden Columns</button>
26
+
</div>
23
27
<h2>View Source:</h2>
24
28
<ul>
25
29
<li><Ahref="https://github.com/6pac/SlickGrid/blob/master/examples/example-colspan.html" target="_sourcewindow"> View the source for this example on Github</a></li>
Copy file name to clipboardExpand all lines: examples/example-frozen-columns-and-column-group-hidden-col.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ <h2>
46
46
<br/>
47
47
<h2>View Source:</h2>
48
48
<ul>
49
-
<li><Ahref="https://github.com/6pac/SlickGrid/blob/master/examples/example-frozen-columns-and-column-group.html" target="_sourcewindow"> View the source for this example on Github</a></li>
49
+
<li><Ahref="https://github.com/6pac/SlickGrid/blob/master/examples/example-frozen-columns-and-column-group-hidden-col.html" target="_sourcewindow"> View the source for this example on Github</a></li>
0 commit comments