Search
10078 results 2661-2670
Forum
- 23rd Jun 2018SaveState Not Workingcase "Paid": document.searchForm.paidStatus[1].checked=true; break; default: document.searchForm.paidStatus[0].checked=true; } // Code to show
- 22nd Jun 2018why dollar symbol is aligned to right of the amount when exported.since it is Excel's default to put it on
- 21st Jun 2018scan column and set valuesserver script, using DataTables default PHP library: ```php <?php
- 21st Jun 2018Time displayed as GMT for IOS Devices1) + '/' + dDate.getDate() + '/' + dDate.getFullYear(); break; default: //DDDD MMM DD, YYYY
- 21st Jun 2018Search override / advanced functionsit takes over the default global search input either
- 21st Jun 2018Daterangepicker plug-in adjustment to have predefined date rangesThis is for Ratecard default period var start = moment().startOf('year');
- 20th Jun 2018Bootstrap 4.1.1 / Select2 4.0.5 / Editor.select2 / Datatables 1.10.16having Select2 as my default focus field. 2) editor.field('mySelect2FieldName').update([]);
- 19th Jun 2018Server side using nodejs error on search with client side columnsHave you also changed the default order option, which will default to order on column index 0 (the orderable controls the user's ability to order the column, not the API's). Allan
- 19th Jun 2018moment.js missing when running generatorI've just tried it and by default both Select and Moment are included. Entering details and hitting "Run now" appears to work okay. Was there a specific configuration you were using? Thanks, Allan
- 19th Jun 2018Limit on Multiedit?you're great! Thanks. On IIS, in PHP error logs I found some recent records about max_input_vars, so I changed the PHP.ini from default 1000 to 10'000, and now it works fine. :smiley: