[jQuery][datatables] columnDefs . width
Ex $('#table').DataTable({ columnDefs : [ ,{ "width": "10%", "targets": [2,3,4] } ,{ "width": "15%", "targets": [1] } ] โก targets๋ก ์ค์ ๋ ์ด์ ๋๋น๋ฅผ ์ค์ ํด์ค๋ค. https://datatables.net/reference/option/columns.width columns.width columns.width Since: DataTables 1.10 Column width assignment. Description This parameter can be used to define the width of a column, and may take any CSS value (3em, 20px etc). Ple..