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[`Pagination plugin should render the pagination with no records 1`] =`"<divclass=\\"gridjs-pagination\\"><divclass=\\"gridjs-pages\\"><buttontabindex=\\"0\\"role=\\"button\\"disabled=\\"\\"title=\\"Previous\\"aria-label=\\"Previous\\"class=\\"\\">Previous</button><buttontabindex=\\"0\\"role=\\"button\\"disabled=\\"\\"title=\\"Next\\"aria-label=\\"Next\\"class=\\"\\">Next</button></div></div>"`;
3
+
exports[`Pagination plugin should render the pagination with no records 1`] =`"<divclass="gridjs-pagination"><divclass="gridjs-pages"><buttontabindex="0"role="button"disabled=""title="Previous"aria-label="Previous"class="">Previous</button><buttontabindex="0"role="button"disabled=""title="Next"aria-label="Next"class="">Next</button></div></div>"`;
exports[`Pagination plugin should render the pagination with one page 1`] =`"<divclass="gridjs-pagination"><divrole="status"aria-live="polite"class="gridjs-summary"title="Page 1 of 1">Showing <b>1</b> to <b>3</b> of <b>3</b> results</div><divclass="gridjs-pages"><buttontabindex="0"role="button"disabled=""title="Previous"aria-label="Previous"class="">Previous</button><buttontabindex="0"role="button"class="gridjs-currentPage"title="Page 1"aria-label="Page 1">1</button><buttontabindex="0"role="button"disabled=""title="Next"aria-label="Next"class="">Next</button></div></div>"`;
exports[`Pagination plugin should render the pagination with three page 1`] =`"<divclass="gridjs-pagination"><divrole="status"aria-live="polite"class="gridjs-summary"title="Page 1 of 3">Showing <b>1</b> to <b>1</b> of <b>3</b> results</div><divclass="gridjs-pages"><buttontabindex="0"role="button"disabled=""title="Previous"aria-label="Previous"class="">Previous</button><buttontabindex="0"role="button"class="gridjs-currentPage"title="Page 1"aria-label="Page 1">1</button><buttontabindex="0"role="button"class=""title="Page 2"aria-label="Page 2">2</button><buttontabindex="0"role="button"class=""title="Page 3"aria-label="Page 3">3</button><buttontabindex="0"role="button"title="Next"aria-label="Next"class="">Next</button></div></div>"`;
0 commit comments