Search
9206 results 5331-5340
Forum
- 16th Oct 2013dateFormat in validatorThe date formatter uses PHP's date() formatting options ( http://php.net/date ), so dd actually means "Day of the month, 2 digits with leading zeros" twice! I think you probably want: d/m/y . Regards, Allan
- 13th Oct 2013Can't get MSSQL server side processing workingsTable $sWhere"; $params = array(); $options = array( "Scrollable" => SQLSRV_CURSOR_KEYSET ); $rResultCnt
- 13th Oct 2013Cannot get server side processing to work with MS SQLsTable $sWhere"; $params = array(); $options = array( "Scrollable" => SQLSRV_CURSOR_KEYSET
- 11th Oct 2013Only show the searchuse the feature options which are detailed in the documentation: http://datatables.net/usage/features Allan
- 10th Oct 2013Combine asSorting with iDataSortcan have more sorting options. Thanks again Allan. Wish
- 8th Oct 2013-SOLVED- Editor and JUI Autocomplete plugin: Autocomplete list of choices is missingThe drop-menu of options seems to exist, but
- 4th Oct 2013Valid JSON in Text file not loading and no error messageshave a couple of options: 1. use null in
- 2nd Oct 2013Col reorder on clickcan't change the initialisation options of a table after
- 2nd Oct 2013A general 'search' scenariowith a completely different options bDestroy is the way
- 28th Sep 2013Table width and shrinking for small screen usersIt expands out because there isn't enough room for the data to be shown without it expanding out. So there are two basic options I can see: Show less data Enable the sScrollX: "100%"; option. Allan