I think Honza's blog post about
console.table()<http://www.softwareishard.com/blog/firebug/tabular-logs-in-firebug/>might
help here.
There are several examples, which you can put into the data property.
Sebastian
On Tuesday, February 28, 2012 8:31:49 PM UTC+1, superruzafa wrote:
>
> Hi.
>
> I'm just starting to develop a Firebug extension to debug the
> framework we use in our company. I'm trying to learn how to show some
> basic data but what I really need at first is to show tabular data. I
> realized there is a FirebugReps.Table that I can use to do that but
> the only thing I've achieved is to show only the columns.
>
> var obj = {
> object: {
> columns: [
> { label: "A", property: "a" },
> { label: "B", property: "b" }
> ],
> data: ???
> }
> };
> FirebugReps.Table.tag.replace(obj, panel.panelNode, null);
>
> What exactly is the kind of object that goes in that "data" entry?
>
> Thanks!
--
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug