Support for columns with dynamic content. Play with the data to check if it retains data from phone/tablet to desktop.
[Desktop] [Tablet] [Phone]
Car Name Make Year Of Manufacture Odometer Summary
Land Cruiser KM
Path Finder KM
Swift KM

Editable/Modifiable Columns

Use data-editable attribute for retaining the dynamic cell value data-editable="true":

<table>
	<thead>
		<th>A1</th>
		<th data-editable="false">A2</th>
		<th data-editable="true">A3</th>
	</thead>
</table>