--- # table name (required) name: "Charging Cost, Home Level 2 Charger" # table columns (required) cols: - id: "description" name: "Description" tip: "Amount of charge." - id: "energy" name: "Energy" tip: "Amount of energy gained, in kilowatt-hours (kWh)." align: "right" - id: "cost" name: "Cost" tip: "Total cost of charge." align: "right" # table rows (required) rows: - description: "50 miles of range" energy: "14 kWh" cost: "$1.99" - description: "90% SoC (270 miles)" energy: "65.7 kWh" cost: "$9.23" - description: "100% SoC (310 miles)" energy: "75 kWh" cost: "$10.27"