template::paginator::get_query (public)
template::paginator::get_query name id_column page
Defined in packages/acs-templating/tcl/paginator-procs.tcl
Returns a query with the data for the rows on the current page.
- Parameters:
- name (required)
- The reference to the paginator object.
- id_column (required)
- The name of the ID column in the display query (required to order rows properly).
- page (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.