Skip to content

Properly style console.table() output #136

Closed
@SebastianZ

Description

@SebastianZ

The output of console.table() calls should look more Firebug-ish.

Looks like:
console.table output in DevTools

Should look more like:
console.table output in Firebug

Tasks are:

  • Change the column header styles
  • Hide the separators between the columns
  • Change the cell styles

What should be kept:

  • Table width should not expand to the whole width of the Console panel
  • Line background colors should not be altered (as in other parts of Firebug like e.g. the Net panel)
  • The index column
  • Resizing the columns should still work

Sebastian

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions