Search
13035 results 5291-5300
Forum
- 6th Jan 2011Websocket?for pagination or sort order. Maybe I want to
- 5th Jan 2011Trying to create DataTable in a Jquery UI dialog... no luckto call fnDestroy in order to free up the
- 28th Dec 2010delete multiple rowsThis is expected behaviour in 1.7: http://datatables.net/upgrade/1.7 . In order to try and make things a little easier for some cases, DataTables will reindex the data when deleting rows - hence the need to give it the same index. Allan
- 22nd Dec 2010sScrollX at 100% makes table larger than pageth { white-space: no-wrap; }' in order to get the table
- 18th Dec 2010Boost performance on large table by lazy gatherData from HTML without bAutoTypeof the data in order to do the first
- 17th Dec 2010Addition or sum of column valuesthe table layout in order for this to work.
- 16th Dec 2010JSON data format error - result contains html view data rather json datasLimit = "LIMIT " . mysql_real_escape_string($_GET['iDisplayStart']) . ", " . mysql_real_escape_string($_GET['iDisplayLength']); } /* Ordering */ $sOrder = ""; if (isset($_GET['iSortCol_0'])) { $sOrder = "ORDER BY "; for ($i = 0;
- 16th Dec 2010Sorting Glitch in v1.7.4 -- Possible Bug?I toggle the sort order it does not work. The two sort orders it generates are: 12/13/2010
- 5th Dec 2010Trying to filter currency, but never shows results.new_lmh_listings WHERE price > '$200,000' ORDER BY price asc LIMIT
- 2nd Dec 2010Sorting dates, handling null valuesI was getting descending order for ascending sort and