We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe02a58 commit 65aa692Copy full SHA for 65aa692
extensions/ql-vscode/src/view/result-tables.tsx
@@ -224,6 +224,7 @@ export class ResultTables
224
onBlur={e => choosePage(e.target.value)}
225
onKeyDown={e => { if (e.keyCode === 13) choosePage((e.target as HTMLInputElement).value); }}
226
/>
227
+ / {resultSets.numPages}
228
<button value=">" onClick={nextPage} >></button>
229
</span>;
230
}
0 commit comments