Search
43630 results 7041-7050
Forum
- 27th Jan 2012Table Tools Export ProblemEr - good day :-) Do you have a particular question or what I delete this thread? Allan
- 23rd Jan 2012Need help to find particular column value in the data table.Hi, I got solution for my problem, Please see below codes. var nNodes = $('.tbl').dataTable().fnGetNodes(); alert(nNodes.length); if (nNodes.length > 0) { for (var i = 0; i< nNodes.length; i++) { var dat = $('.tbl').dataTable().fnGetData(nNodes[i]); if ($('#ManNo').val() == dat[0]) { alert('This man number already exsts ' + dat[0]); return false; } } } Regards Arul.K
- 13th Jan 2012Copy the selected row and append to table by using fnAddTr plug-inCan you link to a demo page showing the problem please? Allan
- 5th Jan 2012"Ñ" or "ñ" does not appear in the tableIf you are using PHP, then this function might help: http://php.net/manual/en/function.htmlentities.php Allan
- 19th Dec 2011Table tools get value of html field rowI have same problem. I need to print (export) data from input fields.
- 19th Dec 2011[newbie] table not working??Well guys, If I may ask where do I put media folder?
- 16th Dec 2011Ajax Serverside data only gets displayed if HTML table has predefined header rowWill do, thanks again Allan!
- 12th Dec 2011No error but no table createdNevermind, stupidly forgot the # on the id.
- 17th Nov 2011Moving the element outsite of the tableAnd what about pagination and number of element by page?
- 26th Oct 2011Disable scrolling on table featuring colspansDataTables doesn't support or work with colspans in the data rows. (you can use colspans in the header).