Show number of pages in pagination interface
This commit is contained in:
@@ -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} >></button>
|
||||
</span>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user