Skip to content

Commit 65aa692

Browse files
committed
Show number of pages in pagination interface
1 parent fe02a58 commit 65aa692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/ql-vscode/src/view/result-tables.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export class ResultTables
224224
onBlur={e => choosePage(e.target.value)}
225225
onKeyDown={e => { if (e.keyCode === 13) choosePage((e.target as HTMLInputElement).value); }}
226226
/>
227+
/ {resultSets.numPages}
227228
<button value=">" onClick={nextPage} >&gt;</button>
228229
</span>;
229230
}

0 commit comments

Comments
 (0)