Table
From FirebugWiki
Revision as of 11:13, 5 July 2012 by Sebastianz (Talk | contribs)
| | This article is incomplete. Please help to add more information to it. If you're not registered yet, you can ask for an account. |
Allows to log provided data using tabular layout. The method takes one required parameter that represents table-like data (array of arrays or list of objects). The optional columns parameter can be used to specify columns and/or properties to be logged (see more at softwareishard.com).
Syntax
table(data[, columns])