Car Name | Make | Year Of Manufacture | Odometer | Summary |
---|---|---|---|---|
Land Cruiser | KM | |||
Path Finder | KM | |||
Swift | KM |
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>