Show number of pages in pagination interface

This commit is contained in:
Jason Reed
2020-06-29 12:38:48 -04:00
parent fe02a58e45
commit 65aa6928e4

View File

@@ -224,6 +224,7 @@ export class ResultTables
onBlur={e => choosePage(e.target.value)}
onKeyDown={e => { if (e.keyCode === 13) choosePage((e.target as HTMLInputElement).value); }}
/>
/ {resultSets.numPages}
<button value=">" onClick={nextPage} >&gt;</button>
</span>;
}