Search
11152 results 9371-9380
Forum
- 5th Apr 2011Server-Side Processing and Regex Search / FilterSorted. This now works for
- 1st Apr 2011Anyone can apply DataTables with colorbox, lightbox, modal or othersapply and after click next page, sorting, it lost colorbox. when i should initial colorbox, after which function fnInitComplete, or other please help me to solve this problem
- 31st Mar 2011length is nullI have a custom sorter. I define the column
- 29th Mar 2011Issue with Server-Side Data (json error depending on content of sSearch)Hi ArcNovus, Good to hear you got it sorted - and my pleasure :-). Great to hear that DataTables is proving to be useful! Regards, Allan
- 28th Mar 2011DataTables 1.7.6 releasedHi Lukas, Have a look at this post from myself (and a number of other similar posts in the forum): http://datatables.net/forums/comments.php?DiscussionID=4474&page=1#Item_2 . A date sorting plug-in will do the job :-) Allan
- 27th Mar 2011Custom Columns and some modifications //with Codeigniteri fixed the problem with multi sorting.. old one : [code] for($i = 0; $i < intval($this->ci->input->post('iSortingCols')); $i++) $sOrder .= $columns[intval($this->ci->input->post('iSortCol_' . $i))] . ' ' . $this->ci->input->post('sSortDir_' . $i) . ', '; [/code] fixed one: [code] $sColumnsArray = explode(',', $this->ci->input->post('sColumns')); for($i = 0; $i < intval($this->ci->input->post('iSortingCols')); $i++) $sOrder .= $sColumnsArray[intval($this->ci->input->post('iSortCol_' . $i ))] . ' ' . $this->ci->input->post("sSortDir_" . $i) . ', '; [/code]
- 24th Mar 2011Adding New API methodheaders with features like sorting, pagination,filtering, searching. I really
- 22nd Mar 2011Editable tables & server side processingthat changing page or sorting etc would fire off
- 22nd Mar 2011***IGNORE*** .fnDraw() + bScrollInfinite = Duplicated ResultSetapply non server side sorting (guess that shouldn't be
- 10th Mar 2011fnSetFilteringDelay does not work for me when i use "oLanguage" to initialize the datatablescounters if filtered or sorted */ for ( var i=0, iLen=oSettings.aiDisplay.length