Search
13030 results 2741-2750
Forum
- 19th Apr 2019columnDefs return url_for with parameter errors 'data' is undefinedThis is one way to resolve the issue: <script> $(document).ready(function() { $('#table_data').dataTable({ "order": [[1, "desc"]], "columnDefs": [{ "targets": 0, "data": "download_link", "render": function (data, type, row, meta) { let url = "{{ url_for('confirmation_page', data='DATA') }}".replace('DATA', data); return '<a href="' + url + '">'+data+'</a>'; } }] })}); </script>
- 18th Apr 2019Use row-selector on hidden column with ID numbers from databasea look at the order() examples. Kevin
- 17th Apr 2019Enabling server-side processing using PHP to connect to SQL Server DB - Causing 404 error1, 3] }], colReorder: true, order: [[3, 'desc']] }); }); </script> Here's
- 15th Apr 2019How to set Excel export's cells background colors by table cell class?need to do in order to allow it to
- 14th Apr 2019Enable button on row selectselect: true, select: 'single', order: [[ 1, "asc" ]], dom: 'Bfrtip',
- 12th Apr 2019Prevent Editor from loosing actionable state onComplete?Take-off<br />Acuity", data: "ACUITYDISPLAY_OFF" } ], ordering: true, order : [[ 0, "asc" ]], select: 'single',
- 12th Apr 2019how to change the default number of records to display and instead of number use a head column fieldOk, with your advise I've fixed :-) the errrors were related to double entry of datables and also I've the button after the table in order to have displayed only one times ... instead twice :-) thanks again for your useful advise :-)
- 12th Apr 2019Why not refresh data after ajaxto. I've changed the order of the array data:
- 9th Apr 2019Server Side search with multiple strings across multiple columnsdata: "rate.update_time" }, { data: "global_search_field" } ], order: [[ 3, 'desc' ]], select: { style:
- 8th Apr 2019Alignment and scroll problem with safari browserthe proper files. In order to troubleshoot CSS issue