Search
23683 results 41-50
Reference
columns.adjust()› Recalculate the column widthsenabled (to align the columns) so if a tablecolumns().widths()› Get the widths of a group of columns.gets the widths of columns, but in this casecolumns().visible()› Get / set the visibility of the selected columns.Showing and hiding columns in a DataTable cancolumns().types()› Get the data types for selected columns.data types for selected columns. This is basically thecolumns().titles()› Get / set the title for multiple columns.the titles of multiple columns (which are also settablecolumns().search.fixed()› Get / set a named search to apply to a column.search term to all columns that were selected - i.e.columns().search()› Search for data in the selected columns.search term to all columns that were selected - i.e.columns().render()› Get rendered data for a collection of columnsin the form of columns). This allows the samecolumns().orderable()› Get information about the orderable status of the selected columns.This method provides the ability to programmatically check if the given columns are orderable by the end user (a click on the header cell) and optionally to get the ordering directions that the column can take, as defined by columns.orderSequence.columns().order()› Order the table by the selected columns.you to select the columns that you want to
Forum
- 19th Mar 2025I cannot set a width to my first column and the other columns of the tableget the expected size. columns: [ { title: "Travailleurs", data: "worker.name",
- 18th Mar 2025FuzzySearch on selected columnscolumns?: array; would do, although columns?: number[]; would probably be more appropriate. I was wondering what I should blog about this month - this update might be it... Allan
- 7th Mar 2025Search by all the DB columns instead of by only the columns shown in the frontendasking yajra if extra columns can be added - the
- 5th Mar 2025Can I add an html5 data- attribute when initializing data using columns method?my datatable using the columns method, like below: columns:
- 4th Mar 2025Header and body column order mismatched when using exportOptions columns for print buttonIndex order is document order for the columns in DataTables. That isn't the case with rows, but it is for columns. The ColReorder extension will actually modify the column order in DataTables' internals. Allan
- 22nd Feb 2025Search specific columnsvalue to the two columns of interest using the
- 16th Feb 2025Ordering columns with different date formatsdata table has two columns with different date formats.
- 29th Jan 2025Responsive, Buttons and Colvis - Remove hidden columns from colvisfirst example :). OnLoad Visible columns are selected in the
- 23rd Jan 2025Redraw Datatables for data that is being passed into columns.options such as the columns. It does for the
- 21st Jan 2025Problem with colvis collectionLayout: 'fixed columns' producing errorI clicked on your nightly build link, and from what I can tell, it's still not functioning how version 2.1.8 used to function. The list of columns should be displayed over the table, not under it.