Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 328 Bytes

ISSUES.md

File metadata and controls

5 lines (4 loc) · 328 Bytes
  1. Column should transparently work if object is a dict (use the key as a dict key)
  2. if no columns given to the Table, columns should be generated automatically given the first object's attributes or keys(in case of list of dicts)
  3. application bootstrap
  4. FIX: Column object should be refactored outside the qt subpackage