Skip to content

Commit d2a4938

Browse files
authored
Merge pull request #228 from iamejaaz/3-attempt-sticky-columns
fix: remove extra space
2 parents 298e0f7 + 54def3f commit d2a4938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1>Frappe DataTable</h1>
153153
columns = [
154154
{ name: "Name", width: 150, sticky: true },
155155
{ name: "Position", width: 200 },
156-
{ name: "Office", sticky: true },
156+
{ name: "Office", sticky: true },
157157
{ name: "Extn." },
158158
{
159159
name: "Start Date",

0 commit comments

Comments
 (0)