We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9f57f commit daeaaa4Copy full SHA for daeaaa4
src/header.ts
@@ -62,7 +62,7 @@ class Header extends Base {
62
// let's create a shadow table with the first 10 rows of the data
63
// and let the browser to render the table with table-layout: auto
64
// no padding, margin or border to get the minimum space required
65
- // to render columns. One the table is rendered and widths are known,
+ // to render columns. Once the table is rendered and widths are known,
66
// we unmount the shadow table from the DOM and set the correct width
67
render(
68
h(ShadowTable, {
0 commit comments