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
Copy file name to clipboardExpand all lines: tests/__snapshots__/grid.test.tsx.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
exports[`Grid component should render a table with headers 1`] =`"<div><divrole=\\"complementary\\"class=\\"gridjsgridjs-container\\"style=\\"width:100%;\\"><divclass=\\"gridjs-wrapper\\"style=\\"width:100%;height:auto;\\"><tablerole=\\"grid\\"class=\\"gridjs-table\\"style=\\"width:100%;height:auto;\\"><theadclass=\\"gridjs-thead\\"><trclass=\\"gridjs-tr\\"><thdata-column-id=\\"a\\"class=\\"gridjs-th\\">a</th><thdata-column-id=\\"b\\"class=\\"gridjs-th\\">b</th><thdata-column-id=\\"c\\"class=\\"gridjs-th\\">c</th></tr></thead><tbodyclass=\\"gridjs-tbody\\"><trclass=\\"gridjs-tr\\"><tddata-column-id=\\"a\\"class=\\"gridjs-td\\">1</td><tddata-column-id=\\"b\\"class=\\"gridjs-td\\">2</td><tddata-column-id=\\"c\\"class=\\"gridjs-td\\">3</td></tr></tbody></table></div></div><divid=\\"gridjs-temp\\"class=\\"gridjs-temp\\"></div></div>"`;
4
4
5
-
exports[`Grid component should render a table with pagination and search 1`] = `"<div><div role=\\"complementary\\" class=\\"gridjs gridjs-container\\" style=\\"width: 100%;\\"><div class=\\"gridjs-head\\"><div class=\\"gridjs-search\\"><input type=\\"search\\" placeholder=\\"Type a keyword...\\" aria-label=\\"Type a keyword...\\" class=\\"gridjs-input gridjs-search-input\\"></div></div><div class=\\"gridjs-wrapper\\" style=\\"width: 100%; height: auto;\\"><table role=\\"grid\\" class=\\"gridjs-table\\" style=\\"width: 100%; height: auto;\\"><thead class=\\"gridjs-thead\\"><tr class=\\"gridjs-tr\\"><th data-column-id=\\"a\\" class=\\"gridjs-th\\">a</th><th data-column-id=\\"b\\" class=\\"gridjs-th\\">b</th><th data-column-id=\\"c\\" class=\\"gridjs-th\\">c</th></tr></thead><tbody class=\\"gridjs-tbody\\"><tr class=\\"gridjs-tr\\"><td data-column-id=\\"a\\" class=\\"gridjs-td\\">1</td><td data-column-id=\\"b\\" class=\\"gridjs-td\\">2</td><td data-column-id=\\"c\\" class=\\"gridjs-td\\">3</td></tr></tbody></table></div><div class=\\"gridjs-footer\\"><div class=\\"gridjs-pagination\\"><div role=\\"status\\" class=\\"gridjs-summary\\" title=\\"Page 1 of 3\\">Showing <b>1</b> to <b>1</b> of <b>3</b> results</div><div class=\\"gridjs-pages\\"><button tabindex=\\"0\\" disabled=\\"\\">Previous</button><button tabindex=\\"0\\" class=\\"gridjs-currentPage\\" title=\\"Page 1\\">1</button><button tabindex=\\"0\\" class=\\"\\" title=\\"Page 2\\">2</button><button tabindex=\\"0\\" class=\\"\\" title=\\"Page 3\\">3</button><button tabindex=\\"0\\">Next</button></div></div></div></div><div id=\\"gridjs-temp\\" class=\\"gridjs-temp\\"></div></div>"`;
0 commit comments