Data table fixed columns.

**ต้อง import library คือ bootstrap4 dataTables.bootstrap4.css jquery.dataTables.js dataTables.bootstrap4.js เพิ่ม Library สำหรับ data table fixed columns. <script src=”https://datatables.net/release-datatables/extensions/FixedColumns/js/dataTables.fixedColumns.js”></script> <link href=”https://datatables.net/release-datatables/extensions/FixedColumns/css/fixedColumns.bootstrap4.css” rel=”stylesheet” /> Example Code Html. <div class=”container”>    <div class=”row”>        <div class=”col-12 mt-5″>            <div class=”dataTable_wrapper”>                <table id=”tableView” class=”table table-bordered table-striped table-hover table-ellipsis table-fixed bg-white” style=”width:100%”>                    <thead>                    <tr>                        <th width=”100px”>First name</th>                        <th width=”100px”>Last name</th>                        <th width=”100px”>Position</th>                        <th width=”100px”>Office</th>                        […]

suttipong.j

November 2, 2021