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[`wrapper should render a table with custom headers 1`] =`"<divid=\\"wrapper\\"><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\\"style=\\"width:200px;\\">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>"`;
exports[`wrapper should render the table 1`] =`"<divid=\\"wrapper\\"><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;\\"><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>"`;
0 commit comments