Search
23601 results 5161-5170
Forum
- 12th Nov 2021How to filter by column x?this.api().columns(':lt(1)').every(function() is saying columns less than 1, i.e. 0, so the first column. To make that the second column, use this.api().columns(2).every(function() though as it's a single column, you don't really need the loop, Colin
- 11th Nov 2021Table is loaded enormous timeyou will see that column().search() is called 19 times
- 11th Nov 2021how to place the column name above the dropdown?yes but with this command '''var NameColumns = $ (“#tblEquipos th”). eq ([d]). text ();''' I get the names of the columns, how could I implement them?
- 11th Nov 2021footerCallback adding footer row for every eventautoWidth: false, data: response.d, columns: [{ 'data': 'CustomerName', "width": "20%"},
- 11th Nov 2021Combine render "[, ].name" & render: editIcon together?true, order: [[ 1, 'asc' ]], columns: [ { // Responsive control column data:
- 10th Nov 2021Removing sort arrows from column header that has select checkboxes in first column.the rest of the columns do have the sort
- 10th Nov 2021chinese character can't be table column name.type: "POST" }, serverSide: true, columns: ['.$documentColumns.' ], select: true, "contentType":
- 9th Nov 2021My export includes data-sort values. Please can you advise how I can exclude these from the export.Thanks I will give that a go. It is a shame that I cannot just export the main data in the columns rather than including the data-sort field, as its use is just for the search facility. Bruce.
- 9th Nov 2021Show entries based on Groups not Rowsyou don't sort the columns you are grouping then
- 9th Nov 2021Incorrect header width for scrollable table in IE11opened header and body columns looks equal. See example