Base solution for your next web application

Activities of "cfyazilim"

         <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

I need buttons or checkboxes to start hiding the column I want dynamicly. For example like this one. If ı click ship name's checkbox, ship name's column hide.

Problem solved. Thank you

Showing 11 to 17 of 17 entries