Garima Bansal

Garima Bansal

  • 865
  • 668
  • 38.4k

display datatable in MVC

Jan 24 2024 12:01 PM

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)