This project is not covered by Drupal’s security advisory policy.

This module provides functions which allow the developer to deliver the results of queries in tables which are capable of vertical and horizontal scrolling. The most obvious use is for "matrix" style displays which would be too large for normal screens.

There are two main functions:
crosstab_table performs a true crosstab analysis using two queries: one to define the column headings and one to define the row titles and body data. If the optional name parameter is passed, this can also be used to create an input form.
scrolling_table creates a scrolling table from a single query.

The module is supplied with a stylesheet, which is essential to the rendering of the tables. However, the prefix parameter lets you assign alternative classes to the content so a different stylesheet can be used.

Project information

Releases