Search
2252 results 1091-1100
Reference
columns().search()› Search for data in the selected columns.While search() provides the ability to search globallycolumns().render()› Get rendered data for a collection of columnsmethod provides access to the orthogonal data that DataTablescolumns().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.a useful alternative to the order() method, allowing youcolumns().nodes()› Get the cell nodes for the selected columns.is used to get the nodes of for thecolumns().init()› Get the initialisation options for the selected columns.Please see the column().init() method for discussioncolumns().indexes()› Get the column indexes of the selected columns.DataTables stores the data for rows andcolumns().header()› Get the header node for the selected columns.obtain (and therefore modify) the header cells used forcolumns().footer()› Get the footer nodes for the selected columns.obtain (and therefore modify) the footer cells used forcolumns().every()› Iterate over each selected column, with the function context set to be the column in question.A typical operation with the DataTable API is to