3
Answers

display datatable in MVC

Garima Bansal

Garima Bansal

1y
468
1

want to display data in datatable , How can i do

<thead style="color:green">
                    <tr>
                        <th>Sl.NO</th>
                        <th>ARN</th>
                        <th>Name of the Applicant</th>
                        <th>Applicant Address</th>
                        <th>Site Address</th>
                        <th>Action</th>
                    </tr>
                </thead>

Answers (3)