Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

table indexes #29

@bkdotcom

Description

@bkdotcom

The server-side use of tables isn't very friendly (out of your control)
that being said, the format the firephp spec uses, probably makes it harder to create the table client-side

X-Wf-1-1-1-6:76|[{"Type":"TABLE"},[["","name","age"],["row1","Dick",39],["row2","Jane",37]]]|

should appear as

name age
"row1" "Dick" 39
"row2" "Jane" 37

however the plug is currently rendering it as

index name age
0 "row1" "Dick" 39
1 "row2" "Jane" 37

the client shouldn't have the index column if possible as no index info was explicitly passed

the less-good "FirePHP for Chrome" extension gets tables right (for example/reference), but completely borks groups

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions