<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>DataTables 1.8 — DataTables forums</title>
        <link>https://datatables.net/forums/</link>
        <pubDate>Tue, 09 Jun 2026 09:38:14 +0000</pubDate>
        <language>en</language>
            <description>DataTables 1.8 — DataTables forums</description>
    <language>en</language>
    <atom:link href="https://datatables.net/forums/categories/datatables-1.8/p2/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>NET framework not able to run</title>
        <link>https://datatables.net/forums/discussion/54148/net-framework-not-able-to-run</link>
        <pubDate>Tue, 22 Jan 2019 19:15:25 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>lesalgado47</dc:creator>
        <guid isPermaLink="false">54148@/forums/discussions</guid>
        <description><![CDATA[<p>When I download and run Editor i get an error that says --<br />
DirectoryNotFoundException: Could not find a part of the path 'C:...NET Framework Demo\bin\roslyn\csc.exe</p>

<p>how can i get the sln to run properly?</p>
]]>
        </description>
    </item>
    <item>
        <title>Bootstrap 4 Badges inside a table</title>
        <link>https://datatables.net/forums/discussion/50928/bootstrap-4-badges-inside-a-table</link>
        <pubDate>Thu, 19 Jul 2018 07:53:35 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>dt1</dc:creator>
        <guid isPermaLink="false">50928@/forums/discussions</guid>
        <description><![CDATA[<p>Hi,<br />
Have someone tried to implement the classes "Badge Badge-Secondary" on a column in a table?<br />
It would give unexpected results such as:<br />
1. This will somehow afftets also the style of the Table header<br />
2.  On sorting we will loose the the original Badge styling<br />
3.  If there is an empty field in the column it will cause a shift/missalignmnet of Headers and raws</p>

<p>You can easily test this with any table code</p>

<p>Thanks<br />
Elan</p>
]]>
        </description>
    </item>
    <item>
        <title>Badges and Tooltips integration with Bootstrap4</title>
        <link>https://datatables.net/forums/discussion/50876/badges-and-tooltips-integration-with-bootstrap4</link>
        <pubDate>Tue, 17 Jul 2018 19:21:00 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>dt1</dc:creator>
        <guid isPermaLink="false">50876@/forums/discussions</guid>
        <description><![CDATA[<p>I have tried to use bootstrap4 Badges classes inside tables but they casue some kind of columns mis allignments.<br />
In addition I have tried to use the Bootstrap4 tooltips with some Buttons and I'm getting  only the HTML tooltips style and not the Bootstrap4 sytle. Was this ever tested?<br />
Thanks<br />
Elan</p>
]]>
        </description>
    </item>
    <item>
        <title>help me please.  how to "SELECT DISTINCT" in dataeditor?</title>
        <link>https://datatables.net/forums/discussion/50348/help-me-please-how-to-select-distinct-in-dataeditor</link>
        <pubDate>Thu, 21 Jun 2018 04:07:14 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>reru.academic3</dc:creator>
        <guid isPermaLink="false">50348@/forums/discussions</guid>
        <description><![CDATA[<p>'   Editor::inst( $db, 'tb_table' )<br />
'   -&gt;field(<br />
'       Field::inst('tb_table.id_group'),<br />
'       Field::inst('tb_table.subjcode'),<br />
'       Field::inst('tb_table.subjgroup'),<br />
'       Field::inst('tb_table.term'),<br />
'       Field::inst('tb_table.stu_type'),<br />
'       Field::inst('tb_subjgroup.group_tname'),<br />
'       Field::inst('tb_faculty.fac_tname'),<br />
'       Field::inst('tb_course.subjname1'),<br />
'       Field::inst('tb_stu_type.id_type'),<br />
'       Field::inst('tb_stu_type.type_name'),<br />
'       Field::inst('tb_course.crhr'),<br />
'       Field::inst('tb_program.prg_tname'),<br />
'       Field::inst('tb_table.tea_sname'),<br />
'       Field::inst('tb_table.tea_sname2'),<br />
'       Field::inst('tb_table.tea_sname3'),<br />
'       Field::inst('tb_table.time'),<br />
'       Field::inst('tb_table.time2'),<br />
'       Field::inst('tb_table.time3'),<br />
'       Field::inst('tb_table.room'),<br />
'       Field::inst('tb_table.room2'),<br />
'       Field::inst('tb_table.room3'),<br />
'       Field::inst('tb_table.homeroom')<br />
'   )<br />
'<br />
'   -&gt;leftJoin('tb_subjgroup','tb_table.subjgroup','=','tb_subjgroup.id_subjgroup')<br />
'   -&gt;leftJoin('tb_stu_group','tb_table.id_group','=','tb_stu_group.id_group')<br />
'   -&gt;leftJoin('tb_program','tb_stu_group.id_program ','=','tb_program.id_program')<br />
'   -&gt;leftJoin('tb_faculty','tb_program.id_faculty','=','tb_faculty.id_faculty')<br />
'   -&gt;leftJoin('tb_course','tb_table.subjcode','=','tb_course.subjcode')<br />
'   -&gt;leftJoin('tb_stu_type','tb_stu_group.id_type','=','tb_stu_type.id_type')<br />
'   -&gt;where( 'tb_table.term', $_POST['term'])<br />
'   -&gt;where( 'tb_faculty.id_faculty', $_POST['facultyId'])</p>
]]>
        </description>
    </item>
    <item>
        <title>What is DbType when creating a database object?</title>
        <link>https://datatables.net/forums/discussion/47972/what-is-dbtype-when-creating-a-database-object</link>
        <pubDate>Tue, 20 Feb 2018 18:33:16 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>RGIDA</dc:creator>
        <guid isPermaLink="false">47972@/forums/discussions</guid>
        <description><![CDATA[<p>I cannot see anywhere that states what to set this value to.</p>
]]>
        </description>
    </item>
    <item>
        <title>Add multiple lines before exporting table content to pdf</title>
        <link>https://datatables.net/forums/discussion/44784/add-multiple-lines-before-exporting-table-content-to-pdf</link>
        <pubDate>Tue, 19 Sep 2017 11:56:51 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>astvoip</dc:creator>
        <guid isPermaLink="false">44784@/forums/discussions</guid>
        <description><![CDATA[<p>Hi Allan/Everybody<br />
I have bought your data table license in 2015.<br />
Can you please let me know how can  I add Add multiple lines before exporting table content to pdf.</p>

<p>Here is my code so far where I can only write a single line before the table content starts.<br />
But I want to write multiple lines.<br />
tableTools:<br />
{<br />
       aButtons:<br />
      [<br />
              {<br />
                    extends:"pdf",<br />
                    "sButtonText" : "Save as Pdf",<br />
                    "sPdfOrientation" : "landscape",<br />
                    "sPdfMessage" :    "test message"<br />
              }<br />
      ]<br />
}<br />
Waiting for your reply.<br />
Thanks.<br />
Regards,<br />
Roy</p>
]]>
        </description>
    </item>
    <item>
        <title>Inline Edit not saving data when Server Side Validation entered</title>
        <link>https://datatables.net/forums/discussion/37743/inline-edit-not-saving-data-when-server-side-validation-entered</link>
        <pubDate>Wed, 14 Sep 2016 13:28:37 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>ginacargile</dc:creator>
        <guid isPermaLink="false">37743@/forums/discussions</guid>
        <description><![CDATA[<p>I have a table I'm updating inline.  I added validation in the controller and it works when adding a new user.  It also shows the error in the inline editor if it is invalid- but, it won't save it.  No errors are thrown either.  I can put the original value in and it acts like it saves that value - but anything different it just sits there with the submit button still visible.<br />
Is there something different I have to do when adding server side validation?</p>

<pre><code>$('#webuser').on('click', 'tbody td:not(:first-child)', function (e) {
    cell = this;
    idx = table.cell(this).index();
    //skip columns
    if (idx.column == 4 || idx.column == 5 || idx.column == 6) {
        return;
    }
        //Skip checkbox controls
        if ($(this).hasClass('dt-body-center')) {
            return;
        }
    
        editor.inline(this, {
            buttons: {
                label: '&amp;gt;', fn: function () {
                    if (idx.column == 3)
                    {
                        var hsh = CreateHash(editor.field('Password').val());
                        editor.field('PasswordHash').val(hsh);
                    }
                this.submit(); 
            } }
        });
});
</code></pre>

<pre><code>[HttpGet, HttpPost, Route("api/webuser/{clientname?}")]
public IHttpActionResult WebUser(string clientname)
{
    var request = HttpContext.Current.Request;
    string dbtype = "sqlserver";
    string conn = DBServer.Replace("dbname", clientname);
    DataTables.DtResponse response = new DtResponse();
    try
    {
        using (var db = new Database(dbtype, conn))
        {
            response = new Editor(db, "tblIPadUsers", "ipadUserID")
                .Model&lt;tblIpadUser&gt;()
                .TryCatch(true)
                .Field(new Field("ipadUserID").Set(false))
                .Field(new Field("FullName").Validator(Validation.Required(new ValidationOpts { Message = "This field must be entered." })))
                .Field(new Field("UserName").Validator(Validation.MinMaxLen(8, 50, new ValidationOpts { Message = "UserName must be between 8 and 50 characters long.This field must be entered." }))
                    .Validator(Validation.Required(new ValidationOpts { Message = "This field must be entered." }))
                    .Validator((val, d, host) =&gt; Convert.ToString(val).Contains(" ") ? "Username must not contain spaces" : null))
                .Field(new Field("Password").Validator(Validation.MinMaxLen(8, 50, new ValidationOpts { Message = "Password must be between 8 and 50 characters long.This field must be entered." }))
                    .Validator(Validation.Required(new ValidationOpts { Message = "This field must be entered." }))
                    .Validator((val, d, host) =&gt; Convert.ToString(val).Contains(" ") ? "Username must not contain spaces" : null))
                .Field(new Field("PasswordHash"))
                .Field(new Field("LockOut"))

                .Process(request)
                .Data();
        }
    }
    catch (Exception ex)
    {
        ErrorSignal.FromCurrentContext().Raise(ex);
    }
    return Json(response);
}
</code></pre>

<p>Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>Filter and remove duplicates contents of Dropdown list in create new</title>
        <link>https://datatables.net/forums/discussion/37213/filter-and-remove-duplicates-contents-of-dropdown-list-in-create-new</link>
        <pubDate>Tue, 30 Aug 2016 16:11:34 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>ginacargile</dc:creator>
        <guid isPermaLink="false">37213@/forums/discussions</guid>
        <description><![CDATA[<p>Based on the current code I have listed here:<br />
<a rel="nofollow" href="https://datatables.net/forums/discussion/37068/saving-a-dropdown-field-value-and-and-id-in-the-same-table?new=1">https://datatables.net/forums/discussion/37068/saving-a-dropdown-field-value-and-and-id-in-the-same-table?new=1</a></p>

<p>My dropdown list has values like "Door", "Door 1", "Front Door", "Front Door 1", "Side Door 1"  and I need to cut the # value off the end's and then remove duplicates.</p>

<p>I've looked at GetFormatter for server side.  I figured it would have to be done client side, but, what event and how exactly?</p>

<p>Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>Uncaught TypeError: undefined is not a function (sData.Replace)</title>
        <link>https://datatables.net/forums/discussion/21927/uncaught-typeerror-undefined-is-not-a-function-sdata-replace</link>
        <pubDate>Wed, 25 Jun 2014 13:13:42 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>hasenumberone</dc:creator>
        <guid isPermaLink="false">21927@/forums/discussions</guid>
        <description><![CDATA[<p>There is (maybe after the update to 1.8.2) a Javascript-Error and i really don't know what is wrong.</p>

<pre><code>else if ( sType == "html" )
{
    return sData.replace(/\n/g," ").replace( /&lt;.*?&gt;/g, "" );
</code></pre>

<p>Uncaught TypeError: undefined is not a function jquery.dataTables.js:4611</p>

<pre><code>}
else if ( typeof sData == "string" )
{
</code></pre>
]]>
        </description>
    </item>
    <item>
        <title>DataTables warning ...  Requested unknown parameter</title>
        <link>https://datatables.net/forums/discussion/5331/datatables-warning-requested-unknown-parameter</link>
        <pubDate>Tue, 14 Jun 2011 13:20:22 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>azka2010</dc:creator>
        <guid isPermaLink="false">5331@/forums/discussions</guid>
        <description><![CDATA[Hello, <br />
<br />
datatable alert me with this message, every time i reload the webpage or go to next page (table paging).<br />
<br />
DataTables warning (table id = 'smGrid11_1308053925_39'): Requested unknown parameter '5' from the data source for row 0<br />
<br />
and i don't think there's something wrong with the table result. the table still load all data from server completely. <br />
<br />
should i just ignore this warning or what ?<br />
<br />
Thanks, <br />
Regards,<br />
Azkadina]]>
        </description>
    </item>
    <item>
        <title>Integration Of Row Grouping and Fixed Column</title>
        <link>https://datatables.net/forums/discussion/5978/integration-of-row-grouping-and-fixed-column</link>
        <pubDate>Mon, 01 Aug 2011 06:43:56 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>nikhilrn</dc:creator>
        <guid isPermaLink="false">5978@/forums/discussions</guid>
        <description><![CDATA[Hey Allan.. Finally got into the discussion room.. As I was telling you, I tried integrating your two examples, Row grouping and Fixed Columns. I was not able to initialise the ROW GROUPING code to FIX a column so that, the similar entries in that column would be grouped and Spaned. I hope you got where I am stuck:(. Please help me out..<br />
<br />
Regards,<br />
Nikhil]]>
        </description>
    </item>
    <item>
        <title>Hyperlink event to delete row</title>
        <link>https://datatables.net/forums/discussion/6208/hyperlink-event-to-delete-row</link>
        <pubDate>Wed, 17 Aug 2011 03:46:17 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>bubuzzz</dc:creator>
        <guid isPermaLink="false">6208@/forums/discussions</guid>
        <description><![CDATA[Dear all,<br />
<br />
I trying to make the delete hyperlink on each row on the datatable to dynamically delete a row on the table and post back to the server. The click event works very fine. However, the row is still there. The following code is what i have done so far<br />
<br />
[code]<br />
var giRedraw = false;<br />
<br />
function fnGetSelected( oTableLocal )<br />
{<br />
	var aReturn = new Array();	<br />
	var aTrs = oTableLocal.fnGetNodes();<br />
	<br />
	for ( var i=0 ; i]]>
        </description>
    </item>
    <item>
        <title>Datatables table loads twice, first time without table data</title>
        <link>https://datatables.net/forums/discussion/6576/datatables-table-loads-twice-first-time-without-table-data</link>
        <pubDate>Wed, 14 Sep 2011 16:08:07 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>basejumper</dc:creator>
        <guid isPermaLink="false">6576@/forums/discussions</guid>
        <description><![CDATA[Hello! I'm having one strange thing with datatables table: it loads twice, first time for a very short period of time (less than one sec.) without data from database (showing message defined in sZeroRecords argument (Haven't found any record!)  - looks like it tries to search for something and doesn't find it), second time it loads normally. Maybe my program tries to load table data before it loads Ajax source. I tried to put an alert within fnDrawCallback (alert(oSettings.aiDisplay.length);) ; it displays two times (firstly - 0 then - 47, correct table record count). It doesn't disturb me very much because within a second, maybe even less, correct data is being shown. I just want to know is it my personal error due to lack of knowledge or something more global. Help me please if you have any ideas about this issue. P.S. I'm using presently the last version of datatables (1.8.2). You can see my code below:<br />
[code]<br />
<br />
  $(document).ready(function() {<br />
	$('#katalog').dataTable({<br />
					"fnDrawCallback": function ( oSettings ) {<br />
						<br />
						alert(oSettings.aiDisplay.length);<br />
<br />
						/*Highlighting selected row*/<br />
						$('td').bind('mouseenter', function () { $(this).parent().children().each(function(){$(this).addClass('datatablerowhighlight');}); });<br />
						$('td').bind('mouseleave', function () { $(this).parent().children().each(function(){$(this).removeClass('datatablerowhighlight');}); });<br />
						<br />
						/*Adding classes depending on sending state*/<br />
						$("tr:contains('waiting')").addClass ('waiting');<br />
						$("tr:contains('error')").addClass ('error');<br />
						$("tr:contains('cancelled')").addClass ('cancelled');			<br />
						   <br />
						$('DIV.bottom').addClass('fg-button ui-widget-header ui-corner-bottom');<br />
						$('DIV.top').addClass('fg-button ui-widget-header ui-corner-top'); <br />
<br />
					},<br />
<br />
					"bProcessing": false,								<br />
					"bJQueryUI": true,<br />
					"oLanguage": {<br />
						"sLengthMenu": "_MENU_",			<br />
						"sInfo": "Records from _START_ to _END_. Total: _TOTAL_ ",<br />
						"sZeroRecords": "Haven't found any record!",<br />
						"sInfoEmpty": "Empty table information!",<br />
						"sInfoFiltered": "Records filtred!",<br />
						"sSearch":"Search all columns:",<br />
						"oPaginate": {<br />
							"sFirst":    "First",<br />
							"sPrevious": "Previous",<br />
							"sNext":     "Next",<br />
							"sLast":     "Last"<br />
						}	<br />
					},<br />
					"sPaginationType": "full_numbers",<br />
					"sDom": '&lt;"top"flpi&lt;"clear"&gt;&gt;rt&lt;"bottom"lpi&lt;"clear"&gt;&gt;', <br />
					"bAutoWidth": true,<br />
					"sLengthMenu":"5,10,15",		    <br />
					"bServerSide": false,		    <br />
					"bStateSave": true,<br />
					"sAjaxSource": "getdata.php",<br />
					"aoData": [ 	<br />
												<br />
						/* check */{<br />
									"bSortable": false,<br />
									"bSearchable": false,<br />
									"sClass": "center"<br />
									},<br />
						/* status */{<br />
									"bSearchable": true,<br />
									"sClass": "center"     			<br />
									},<br />
						/* id */	{ <br />
									"bSearchable": true,<br />
									"sClass": "center" <br />
									},	<br />
						/* email */{<br />
									"bSearchable": true,<br />
									"sClass": "center"<br />
									}									<br />
																	<br />
					]						             	 																<br />
					<br />
				});<br />
  });<br />
[/code]<br />
<br />
Server side code:<br />
[code]<br />
$dbQuery = "SELECT `id`, `email`, `status` FROM `addresses` WHERE `status` &lt;&gt; 'sent'";<br />
<br />
$query = execQuery($dbQuery, "object");<br />
<br />
$sOutput = '{';<br />
$sOutput .= '"aaData": [ ';<br />
<br />
while($result = $query-&gt;fetch_assoc()){<br />
	<br />
	$sOutput .= "[";<br />
	$sOutput .= ($result["status"] == "error") ? '"",' : '"",';<br />
	$sOutput .= '"' . str_replace('"', '/"', $result["status"]) . '",';<br />
	$sOutput .= '"' . str_replace('"', '/"', $result["id"]) . '",';<br />
	$sOutput .= '"' . str_replace('"', '/"', $result["email"]) . '"';<br />
	$sOutput .= "],";<br />
<br />
}<br />
<br />
$sOutput = substr_replace($sOutput, "", -1);<br />
$sOutput .= '] }';<br />
<br />
echo $sOutput;<br />
[/code]]]>
        </description>
    </item>
    <item>
        <title>Uncaught TypeError: Cannot read property 'nTr' of undefined</title>
        <link>https://datatables.net/forums/discussion/5090/uncaught-typeerror-cannot-read-property-ntr-of-undefined</link>
        <pubDate>Fri, 20 May 2011 16:51:15 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>bootle</dc:creator>
        <guid isPermaLink="false">5090@/forums/discussions</guid>
        <description><![CDATA[Using Google Chrome 11.<br />
<br />
Am new to DT, however have just started a project using 1.7.6, and is here:<br />
<br />
http://www.bootleblog.com/test/<br />
(click on markets, updates are every two seconds)<br />
<br />
When I use the same code with 1.8.0 beta 3, get the error messages.<br />
<br />
http://www.bootleblog.com/180beta3/<br />
<br />
here's where the exception occurs...<br />
<br />
[code]<br />
for ( iRow=iStart ; iRow]]>
        </description>
    </item>
    <item>
        <title>Disable paging</title>
        <link>https://datatables.net/forums/discussion/5858/disable-paging</link>
        <pubDate>Fri, 22 Jul 2011 10:34:23 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>rethus</dc:creator>
        <guid isPermaLink="false">5858@/forums/discussions</guid>
        <description><![CDATA[Is it possible to disable Paging in ataTables.<br />
<br />
I need to get a growing Table, which show all Entrys at one page?<br />
If not, which other Plugin use UI and is usable for this?]]>
        </description>
    </item>
    <item>
        <title>how can we display dynamic number of rows in each page.</title>
        <link>https://datatables.net/forums/discussion/20764/how-can-we-display-dynamic-number-of-rows-in-each-page</link>
        <pubDate>Fri, 02 May 2014 19:49:26 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>raut_sushant</dc:creator>
        <guid isPermaLink="false">20764@/forums/discussions</guid>
        <description><![CDATA[<p>my requirement is to show details of one product on one page (number of rows can be diffrent for product to product), and i am having number of products.<br />
how can achieve this using Datatables?</p>
]]>
        </description>
    </item>
    <item>
        <title>Refresh the table after deleting row</title>
        <link>https://datatables.net/forums/discussion/20453/refresh-the-table-after-deleting-row</link>
        <pubDate>Mon, 14 Apr 2014 08:21:05 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>mohaideen</dc:creator>
        <guid isPermaLink="false">20453@/forums/discussions</guid>
        <description><![CDATA[I have using data from server side to the DataTable. When i click the some action in table, that row want to be delete. Then Referesh the table.<br />
<br />
When i clik the action in table, row will be deleted. This is by server side processing. and<br />
<br />
<br />
Here one issue is there.<br />
<br />
if i use "bServerSide" , Search box doesn't work.<br />
<br />
If i not use "bServerSide", that row was deleted, but remianing rows are hide. When i click on TH, then remaining rows are shown. What is the issue there.. I cant find the solution.<br />
<br />
[code]<br />
function DataTableFun() {<br />
			<br />
		DataTable = $('#DataTable').dataTable({<br />
			"sAjaxSource": "php/pendingApprovals.php",<br />
			 "bRetrieve":true,<br />
			 "bDestroy":true,<br />
			"fnInitComplete": function (oSettings, json) {<br />
				   $('#loader').hide();                   <br />
			 },<br />
<br />
			"aoColumns": [{<br />
				"mData": "name",				<br />
			}, {<br />
				"mData": "managerName",<br />
			}, {<br />
				"mData": "createdTime"<br />
			}, {<br />
				"mData": "hasAdminReg",<br />
				"sTitle": "Admin Registration",<br />
				"mRender": function ( data, type, row )  {<br />
					if(row.hasAdminReg==0)<br />
					{<br />
						return "Yes";<br />
					}<br />
					else<br />
					{<br />
						return "No";<br />
					}<br />
				},<br />
			}, {<br />
				"mData":"imei",<br />
				"mRender": function(data, type, row)<br />
				{<br />
					return ''+row.imei+'';<br />
				}<br />
			},{<br />
				"mData": "imei",<br />
				"mRender": function ( data, type, row )  {<br />
					return ''<br />
				},<br />
			}],<br />
		});<br />
[/code]<br />
<br />
after deleting the row. i used this<br />
<br />
[code] <br />
DataTable._fnAjaxUpdate();<br />
				DataTable.fnDraw();<br />
				//DataTable.fnReloadAjax();<br />
				DataTableFun();<br />
[/code]]]>
        </description>
    </item>
    <item>
        <title>RowGrouping does not destroy the rows on fnDestroy()</title>
        <link>https://datatables.net/forums/discussion/20381/rowgrouping-does-not-destroy-the-rows-on-fndestroy</link>
        <pubDate>Wed, 09 Apr 2014 14:28:25 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>blpraveen2004</dc:creator>
        <guid isPermaLink="false">20381@/forums/discussions</guid>
        <description><![CDATA[Here is the [jsfiddle](http://jsfiddle.net/Bl_praveen2004/sJw6r/2/)<br />
<br />
[code]<br />
var ogroups = oTable.dataTableExt.aoGroups;<br />
  <br />
	if(oTable != null) oTable.fnDestroy();<br />
    $.each(ogroups,function(i,group) {<br />
        group.nGroup.remove()<br />
    });  <br />
[/code]]]>
        </description>
    </item>
    <item>
        <title>Inserting content between "showing x entries"  and filter box</title>
        <link>https://datatables.net/forums/discussion/20182/inserting-content-between-showing-x-entries-and-filter-box</link>
        <pubDate>Thu, 27 Mar 2014 18:58:58 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>ArunRahul</dc:creator>
        <guid isPermaLink="false">20182@/forums/discussions</guid>
        <description><![CDATA[I am new to DataTables . <br />
<br />
I managed to plug-in datatables into my code . I have one more requirement which is as follows.<br />
<br />
In datatables , I want to add some content (buttons) between "showing x entries"(i.e., div with id:'tableName_length') and filter(i.e., div with id : 'tableName_filter') input box . <br />
<br />
Is there any way I can achieve it.<br />
<br />
To be specific , I want to insert table tools "select_all" and "select_none" buttons and  "my_own_button" between those two which I mentioned above . Could any body help me on this ?]]>
        </description>
    </item>
    <item>
        <title>fnDrawCallback function which accepts a callback itself</title>
        <link>https://datatables.net/forums/discussion/20289/fndrawcallback-function-which-accepts-a-callback-itself</link>
        <pubDate>Thu, 03 Apr 2014 15:35:53 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>joelones</dc:creator>
        <guid isPermaLink="false">20289@/forums/discussions</guid>
        <description><![CDATA[I have the following:<br />
<br />
[code]<br />
	var oTable = $('#patient_table').dataTable( {<br />
                 ....<br />
		"fnDrawCallback": loadModalLinks,<br />
	});<br />
[/code]<br />
<br />
loadModalLinks is defined in another js file which is included, loadModalLinks also takes in a callback function via the first argument, how would you write this? I'm also using jquery.<br />
<br />
As the following does not work:<br />
<br />
[code]<br />
...<br />
 "fnDrawCallback": loadModalLinks(function () {})<br />
[/code]]]>
        </description>
    </item>
    <item>
        <title>Validation</title>
        <link>https://datatables.net/forums/discussion/20229/validation</link>
        <pubDate>Mon, 31 Mar 2014 18:16:25 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>tapas_bar</dc:creator>
        <guid isPermaLink="false">20229@/forums/discussions</guid>
        <description><![CDATA[Pls. include field label or form label different types of validation and include list combo in editable field, blank record inserted but why?]]>
        </description>
    </item>
    <item>
        <title>Repeat reloading server processed source data</title>
        <link>https://datatables.net/forums/discussion/20137/repeat-reloading-server-processed-source-data</link>
        <pubDate>Tue, 25 Mar 2014 16:20:14 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>Ultradiv</dc:creator>
        <guid isPermaLink="false">20137@/forums/discussions</guid>
        <description><![CDATA[I created a datatable driven by classic asp vbscript along with a stored procedure in SQL Server<br />
<br />
I needed to be able to open a modal window with row #id related stuff AND have an icon for fnOpen the details when clicking on that rows icon.<br />
<br />
so I used two click event handlers like this:<br />
<br />
[code]<br />
$("#dt_basic tbody").delegate("td.isAction", "click", function(event) {<br />
		var nTr = event.target.parentNode;<br />
		while (nTr){<br />
            if (nTr.nodeName == "TR") break;<br />
            nTr = nTr.parentNode;<br />
        }<br />
	var position = oTable.fnGetPosition(nTr); <br />
	var contactId = oTable.fnGetData(position)[0]; <br />
	var hasAction = oTable.fnGetData(position)[1];<br />
		if(hasAction==1){<br />
			if ( oTable.fnIsOpen(nTr) ) {<br />
				oTable.fnClose( nTr );<br />
			} else {<br />
				$.post('/ajax/sellers_action_list.asp',{sellerId:contactId},function(data){<br />
					oTable.fnOpen( nTr, data, "info_row" );<br />
			});<br />
		}<br />
	}	<br />
});<br />
<br />
$("#dt_basic tbody").delegate("td.notAction", "click", function(event) {<br />
		var nTr = event.target.parentNode;<br />
		while ( nTr ){<br />
            if ( nTr.nodeName == "TR" ) break;<br />
            nTr = nTr.parentNode;<br />
        }<br />
var position = oTable.fnGetPosition(nTr);<br />
var contactId = oTable.fnGetData(position)[0]; <br />
var fName = oTable.fnGetData(position)[2]+' '+oTable.fnGetData(position)[3]+' '+oTable.fnGetData(position)[4];					<br />
fillModal(contactId,fName);<br />
});<br />
[/code]<br />
<br />
They now work perfectly BUT it took me two days!!! to debug the page because every time the table was loaded from the server sourced data it loaded 4 or 5 times simultaneously so when the new detail row was opened it immediately closed again as the next data set over wrote it.<br />
<br />
I write this just to inform anybody with a similar issue because I had on the page a piece of code I got from this forum to reset the row widths on window resize thus:<br />
[code]<br />
$(window).bind('resize', function () {<br />
    oTable.fnAdjustColumnSizing();<br />
});<br />
[/code]<br />
<br />
Not exactly related I would have thought, but it obviously calls a refresh of the data even without resizing the window somehow. <br />
Anyway once removed it all works beautifully. <br />
<br />
Datatables is a wonderful work, thanks Allan]]>
        </description>
    </item>
    <item>
        <title>Editor Problem after adding a row... and how to "leftjoin" data serverside?</title>
        <link>https://datatables.net/forums/discussion/19924/editor-problem-after-adding-a-row-and-how-to-leftjoin-data-serverside</link>
        <pubDate>Tue, 11 Mar 2014 00:10:26 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>svr</dc:creator>
        <guid isPermaLink="false">19924@/forums/discussions</guid>
        <description><![CDATA[could someone please take a look whats wrong with this setup? trying to get it work... <br />
http://debug.datatables.net/ecaxux<br />
<br />
<br />
<br />
data is saved to database. json seams to be wrong format but why? how could i look it up? <br />
<br />
i added <br />
aoColumnDefs: [<br />
		  {<br />
			sDefaultContent: '',<br />
			aTargets: [ '_all' ]<br />
		  }<br />
		],<br />
as i found in another thread here... but this just lets the added row appear in the dom not at reload... <br />
<br />
also i changed one column in sql, .js and html table... are there other files to change if the columns change?<br />
<br />
<br />
SECOND QUESTION<br />
i would like to get a additional selectbox containing ID's and MAKE-NAME from another mysql table to let the user select a MAKE out of MAKES.sql at "NEW" form providing a select box with all MAKES ... so he is able to select the current available makes. the ID of that selected MAKE should be saved to the entry he tries to add. hopefully you understand that szenario... basically combining two .sql tables into one. how do i do it?<br />
<br />
thanks for any help...]]>
        </description>
    </item>
    <item>
        <title>How to create new row in middle of the data table</title>
        <link>https://datatables.net/forums/discussion/19788/how-to-create-new-row-in-middle-of-the-data-table</link>
        <pubDate>Mon, 03 Mar 2014 12:04:42 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>dhanu</dc:creator>
        <guid isPermaLink="false">19788@/forums/discussions</guid>
        <description><![CDATA[Now I am able to create new row at end of the data table, but my intentions is evry row has one plus button is there, if user click the button then create next row of the table<br />
<br />
Please help]]>
        </description>
    </item>
    <item>
        <title>How to many row display datatable</title>
        <link>https://datatables.net/forums/discussion/19758/how-to-many-row-display-datatable</link>
        <pubDate>Sat, 01 Mar 2014 09:56:04 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>nilesh999</dc:creator>
        <guid isPermaLink="false">19758@/forums/discussions</guid>
        <description><![CDATA[Hello <br />
i am trying to use data table but i have 1 lac to 2 lack data display on page so i want to know<br />
any affect on my page opening or performance.]]>
        </description>
    </item>
    <item>
        <title>How to apply data table plugin to  dynamically added table using jquery ?</title>
        <link>https://datatables.net/forums/discussion/19702/how-to-apply-data-table-plugin-to-dynamically-added-table-using-jquery</link>
        <pubDate>Wed, 26 Feb 2014 17:12:26 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>san0820</dc:creator>
        <guid isPermaLink="false">19702@/forums/discussions</guid>
        <description><![CDATA[Hi,<br />
I am trying to add data table plugin to dynamically added table($(body).append(""));<br />
<br />
unable to add this plugin to that table actually<br />
and heard that data table plugin will not be applied to the content which are not prepared in DOM is it right?<br />
<br />
Can anybody please help me on this.]]>
        </description>
    </item>
    <item>
        <title>Extra row header is getting added to the datatable- why ?</title>
        <link>https://datatables.net/forums/discussion/19696/extra-row-header-is-getting-added-to-the-datatable-why</link>
        <pubDate>Wed, 26 Feb 2014 13:59:21 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>suniljonnakuti</dc:creator>
        <guid isPermaLink="false">19696@/forums/discussions</guid>
        <description><![CDATA[Extra row header is getting added to the datatable- when opened in IE, but working fine in Fire Fox.]]>
        </description>
    </item>
    <item>
        <title>Fixed Columns and delete row integration not working</title>
        <link>https://datatables.net/forums/discussion/19694/fixed-columns-and-delete-row-integration-not-working</link>
        <pubDate>Wed, 26 Feb 2014 13:00:56 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>indira</dc:creator>
        <guid isPermaLink="false">19694@/forums/discussions</guid>
        <description><![CDATA[Delete multiple rows when integrated with fixed columns logic, delete functionality is not working as i am getting the rows from 4th column if the fixed column variable is 3. Can anyone please help me how to fix this issue.. i am in severe need of the solution]]>
        </description>
    </item>
    <item>
        <title>Drill down row and fixed colums</title>
        <link>https://datatables.net/forums/discussion/19472/drill-down-row-and-fixed-colums</link>
        <pubDate>Thu, 13 Feb 2014 00:02:17 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>bineesh_tk</dc:creator>
        <guid isPermaLink="false">19472@/forums/discussions</guid>
        <description><![CDATA[Can any body help me to implement drill down row  with fixed column.]]>
        </description>
    </item>
    <item>
        <title>JQuery DataTable Column Filter - Using Checkboxes</title>
        <link>https://datatables.net/forums/discussion/19610/jquery-datatable-column-filter-using-checkboxes</link>
        <pubDate>Fri, 21 Feb 2014 04:10:52 +0000</pubDate>
        <category>DataTables 1.8</category>
        <dc:creator>dream_billion</dc:creator>
        <guid isPermaLink="false">19610@/forums/discussions</guid>
        <description><![CDATA[I use (JQuery DataTable Column Filter - Using Checkboxes) to search data in table but it inconvenient in search. i want use tag input to search filter follow many data input]]>
        </description>
    </item>
   </channel>
</rss>
