1
espressobuff
Generic Table Viewer

Sorry I don't know which category to post this... anyway...

I'm creating a module where one part needs a facility to display tables from the database. The schema: number of columns and rows, and field names are not pre-defined.

It should also include all the usual navigation and filtering tools (pagination, order by, search, etc.)

I feel that this is a common task, and there must be some kind of built-in support for this already, or existing modules somewhere where I can pattern my code from.

Can anyone help me?

TIA.