[TYPO3] output table in backend module

James Kessel james.kessel at gmail.com
Wed May 30 12:58:28 CEST 2007


Hi,

What is the easiest way to output a table (as shown in list mode) in a
module ? What I'm trying to do is make a separate edit module for my
extension. It will by default show the table rows with edit/remove/sort/new
functions. Since both edit and new functions are easily made with the
editOnClick function, I was wondering if there was any function for
outputting a table with the available edit options just as easy ?

Was hoping there was such a thing as

listTable($tablename)

which in turn would output the required html for manipulating and
maintaining the table.

Regards
James


More information about the TYPO3-english mailing list