Search
11329 results 2191-2200
Forum
- 28th May 2025Adding Accessibility to DataTables v2.2.0a nice idea. The filter table input was put
- 21st May 2025Accessing HTML data-* Attributes in Render Functiondisplay, type, sort and filter. When the type is
- 19th May 2025When searchpanes are opened by button, there seems to be a rendering issuecase button, only if filter is selected This is
- 19th May 2025editor.remove not workingif (type === 'display' || type === 'filter') { return (moment(data).format("DD.MM.YYYY HH:mm:ss")); } return
- 8th May 2025Browser showing white space for table data that is hiddengoes here ## Dropdown department filter <div class="dropdown-container" style="text-align: left;
- 9th May 2025Issue occurs locally during integrationwhen used with custom filtering and export buttons. Description
- 5th May 2025searchBuilder and searchin searchBuilder, preventing the filtering after each character typed
- 2nd May 2025Date (YYYY-MM-DD) in table header not exported correctly to xlsx{ match: /^(19\d\d|[2-9]\d\d\d)\-(0\d|1[012])\-[0123][\d]$/, style: 67, fmt: function (d) { return Math.round(25569 + Date.parse(d) / (86400 * 1000)); } } //Date yyyy-mm-dd looks like this filter is applied (from buttons.html4.js), but the style is not used?
- 28th Apr 2025SearchBuilder Criteria only uses the first item in array, skips everything elseusing Jinja2 built-in tojson filter but DataTables is only
- 28th Apr 2025Table of whole input filed can't use input searchThank you! It works. I put a console inside the if clause, want to check out how many types I have. All I got is filter type, why? It should be 4 types. if (type !== 'display') { console.log(d + '_' + t); return d; }