Search
9295 results 2111-2120
Forum
- 21st May 2021Append Value to DataTable Column Header?Yes, you will have something like this: columns: [ { .... }, {"data": "MondayStatus", "title": "Monday Status", //. Any remaining options for this column goes here, such as columns.render }, { .... }, ] Kevin
- 21st May 2021List of filter suggestions aside filter inputa dropdown list of options. And finally: If this
- 21st May 2021Bugs and suggestions for language translation toolwithin some of the options not rendering, a fix
- 21st May 2021How to translate DataTables to Russian?you're giving the language options, and again a few
- 20th May 2021Loading nested datatables prior to opening editor windowselects one of the options from 'fieldName'. editor.dependent( 'fieldName',
- 20th May 2021Editor - missing Bootstrap 5 in generatorso, all the download options will support it. Colin
- 19th May 2021Old preview SearchPlanes (set a default value)look into these as options, the worst case scenario
- 19th May 2021add header before tableSee if the options in this example provide what you want. Kevin
- 19th May 2021No data shownYou've defined both columnDefs and columns, which would probably cause this. Move the columnDefs options into columns, and you should be good to go. Colin
- 18th May 2021Exclude columns from export based on number of columns@alg The column-selector docs provide all the options with one being a jQuery selector. That should allow for the jQuery :not() selector. Kevin