Search
4197 results 231-240
Forum
- 14th Sep 2024Reduce the width of the control column for narrow column tablesYou can use width in columns: var table = $('#yourtable').DataTable( {. . . "select": { style: 'os', selector: 'td:not(:first-child)'}, "columns": [ { className: 'details-control', orderable: false, data: null, defaultContent: '', width: '5%' }, //... "columnDefs": [ {"targets": 0,"className": "text-center", "searchable": false,"width": "1%" },
- 13th Sep 2024Using an event for all tables in one page but only on the rows inside the table clickedlayout: layout_tables, columns: columns_10ans, columnDefs: columnDefs_10ans, createdRow: createdRow_10ans, rowGroup: rowGroup_10ans,
- 13th Sep 2024I'm trying to show a DataTable in a tab, but the headers appears piled upabp.libs.datatables.createAjax(service.getDetalhesRequisicaoOriginariosListagem, function () { return numProtocRequisQueryString; }), columnDefs: [ { title: "Num_protoc_requis", data: "numProtocRequis",
- 11th Sep 2024Column widths incorrect with rowgroups in dt v2widths specified in the columnDefs to not work. I'm
- 4th Sep 2024How can I move a column dropdown filter to the top of the table?sorting by photo column columnDefs: [{ orderable: false, targets: 0
- 6th Sep 2024Render 2 columns at the same time as bullet liststhem in the array: columnDefs: [ { target: 2, render: ... }, { target:
- 22nd Jul 2021Disable search on hidden columnI hide my column with this : table.column(4).visible(false); but how do I disable search outside of columnDefs ? Using table.column(4).searchable(false); or table.column(4).search(false); does not worked. What is the correct function name? Thanks in advance
- 31st Aug 2024How can i add style from added row in tableyour DataTables configuration object: columnDefs: [ { target: 0, className: 'dt-body-center'
- 2nd Sep 2024how to use it with button clickfollowing before asking here columnDefs: [ { targets: 0, className: "yellow",
- 30th Aug 2024DataTable waring: table id=lodgeList - Invalid JSON response - After transfered to other serveraction: 'lodgeList' }, dataType: "json" }, columnDefs: [{ "target": 0, "orderable": false