Simplification Tables

Table simplification process. As presented at the Web Experience Toolkit Codefest 4.

  1. Understand the relationship between the cells
  2. Clean the table
    • Remove visual styles
    • Keep only basic elements
    • Ensure to identify cells correctly (th and td)
  3. Prepare and change table structure
    • Add/move/regroup headers as necessary
    • Split-up multi level if necessary
    • Refactoring the cells
  4. Re-validate the relationship between the cells
  5. Try to improve the structure further (step 3)

Tips

Date modified: