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
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%;\\"><tablerole=\\"grid\\"class=\\"gridjs-table\\"style=\\"width:100%;\\"><theadclass=\\"gridjs-thead\\"><trclass=\\"gridjs-tr\\"><thclass=\\"gridjs-th\\">a</th><thclass=\\"gridjs-th\\">b</th><thclass=\\"gridjs-th\\">c</th></tr></thead><tbodyclass=\\"gridjs-tbody\\"><trclass=\\"gridjs-tr\\"><tdclass=\\"gridjs-td\\">1</td><tdclass=\\"gridjs-td\\">2</td><tdclass=\\"gridjs-td\\">3</td></tr></tbody></table></div></div><divid=\\"gridjs-temp\\"class=\\"gridjs-temp\\"></div></div>"`;
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\\"><thclass=\\"gridjs-th\\">a</th><thclass=\\"gridjs-th\\">b</th><thclass=\\"gridjs-th\\">c</th></tr></thead><tbodyclass=\\"gridjs-tbody\\"><trclass=\\"gridjs-tr\\"><tdclass=\\"gridjs-td\\">1</td><tdclass=\\"gridjs-td\\">2</td><tdclass=\\"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%;\\"><table role=\\"grid\\" class=\\"gridjs-table\\" style=\\"width: 100%;\\"><thead class=\\"gridjs-thead\\"><tr class=\\"gridjs-tr\\"><th class=\\"gridjs-th\\">a</th><th class=\\"gridjs-th\\">b</th><th class=\\"gridjs-th\\">c</th></tr></thead><tbody class=\\"gridjs-tbody\\"><tr class=\\"gridjs-tr\\"><td class=\\"gridjs-td\\">1</td><td class=\\"gridjs-td\\">2</td><td 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>"`;
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 class=\\"gridjs-th\\">a</th><th class=\\"gridjs-th\\">b</th><th class=\\"gridjs-th\\">c</th></tr></thead><tbody class=\\"gridjs-tbody\\"><tr class=\\"gridjs-tr\\"><td class=\\"gridjs-td\\">1</td><td class=\\"gridjs-td\\">2</td><td 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