i want to add ID's for table fields. The reason i want to add id's is to apply java script. the code is for one of the field
<th>
@Html.DisplayNameFor(model => model.YearCompleted)
</th>
i want to add ID's for table fields. The reason i want to add id's is to apply java script. the code is for one of the field
<th>
@Html.DisplayNameFor(model => model.YearCompleted)
</th>