Search
10093 results 891-900
Forum
- 22nd Aug 2024Sort column: It must not be possible to disable the sortHave a look at the v2 release notes: if you wish to restore the default DataTables 1.x behaviour you can do so by setting the default: DataTable.defaults.column.orderSequence = ['asc', 'desc'];
- 23rd Aug 2024Need a font style to support all currencycolumn using the "Roboto" default font; however, the font
- 23rd Aug 2024custom pagination conversion to 2.xStill wondering about setting default pagination options with $.extend(
- 21st Aug 2024How to make the table size biggerproblem is that by default CSS allows a line
- 18th Aug 2024Rails 7 importmap responsiveConnects to data-controller="scans" export default class extends Controller { connect()
- 27th Jul 2022Date column shows one day behind only in one computeryou could check the default timezone of these browsers
- 5th May 2022How to format a date in DataTable: $.fn.dataTable.render.moment does not work anymorein the data (the default is ISO8601 - * `YYYY-MM-DD`) * * `locale`
- 16th Aug 2024alphabetSearch IssuesIt seems that the default and the local do
- 16th Aug 2024error message with SearchPanes after update in 2.1.3 (bulma version)file issue. Setting the default was thus causing the
- 15th Aug 2024Datetime column does not sort correctlyYes, DataTables' default doesn't support timezones I'm afraid. You need to add a data type for the format as Kevin indicates. Allan