<div class="row align-items-center">
<table id="CustomersTable" class="display table table-striped table-bordered table-hover dt-responsive nowrap">
<thead>
<tr>
<th>@L("Name")</th>
<th>@L("Phone")</th>
<th>@L("Email")</th>
<th>@L("Web")</th>
<th>@L("City")</th>
<th>@L("Sector")</th>
<th>@L("Status")</th>
<th></th>
</tr>
</thead>
</table>
</div>
If you want to from me add these code: className: 'control responsive', orderable: false, render: function () { return ''; }, targets: 0
I dont want responsive, I want scroll . Please check my codes.
And default theme settings
Metronic 6 theme 4 Default asp.net zero table settings
Its worked. Thank you
Problem solved. Thank you