Search
10084 results 2091-2100
Forum
- 21st Feb 2020DataTables pagination links to incorrect URLThis example shows the default Datatables paging. There are
- 21st Feb 2020Search name with apostrophe inside mysql datatable.Hi, Can you link to a page showing the issue please? We don't have any apostrophe in our default record set, but it does get sent to the server in this example. Allan
- 21st Feb 2020How do I pass a parameter to a server script?DataTables sends a GET request by default so either: $_GET['user_id'] or if you are mixing with Editor, which does a POST by default, use: type: 'POST' in the ajax option for the DataTable. Allan
- 21st Feb 2020replace value for any text2: return 'Two'; break; default: return 'Error!'; } }, }, This could
- 20th Feb 2020Any Export Complete Event?makes use of the default Excel export button in
- 20th Feb 2020paging type input with bstatesave : true not workingBy default, stateSave just saves the
- 19th Feb 2020columns and columnDefs not working togethercolumns (i.e. assign a default) Since you are providing
- 18th Feb 2020Child row vs colvisI also changed the default column being sorted so
- 18th Feb 2020DataTables sort by non-orderable columnYep, by default the sorting occurs on the first column, whether ordering is permitted or not. If you want to change that order, you can use order, Colin
- 17th Feb 2020On Editor entry form, how do I allow a null input?I don't quite follow, as you can leave fields blank by default - see basic example here. Please can you provide some more information to help us understand your requirement. Colin