Closed
Bug 1214311
Opened 9 years ago
Closed 7 years ago
Create a Table Component
Categories
(DevTools :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jsantell, Assigned: miker)
References
(Blocks 1 open bug)
Details
We should have a consistent way of rendering tabular data in devtools, replacing current instances of TableWidget.jsm and custom implementations, and be extensible enough to handle all the current scenarios.
Current table usage:
* Storage Tool (TableWidget.jsm)
* Console[console.table] (TableWidget.jsm)
* Netmonitor (custom)
New table widget requirements
* Resizable columns
* Sortable columns
* Filter data via predicate
* Extensible to support storage tool's editability, and netmonitor's graphs
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
More requirements: should only render what's currently on screen, and columns should be reorderable
Assignee | ||
Comment 2•7 years ago
|
||
This was implemented in Bug 1247065
Assignee: nobody → mratcliffe
Status: NEW → RESOLVED
Closed: 7 years ago
Priority: -- → P2
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•