<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Datatables and Perl (and a little bit of jQuery)	</title>
	<atom:link href="https://jmorano.moretrix.com/2013/10/datatables-perl-and-bit-jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://jmorano.moretrix.com/2013/10/datatables-perl-and-bit-jquery/</link>
	<description>Ramblings of an old-fashioned space cowboy</description>
	<lastBuildDate>Sat, 09 Apr 2022 07:31:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>
		By: Eko Budiharto		</title>
		<link>https://jmorano.moretrix.com/2013/10/datatables-perl-and-bit-jquery/#comment-253973</link>

		<dc:creator><![CDATA[Eko Budiharto]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 04:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://jmorano.moretrix.com/?p=1014#comment-253973</guid>

					<description><![CDATA[hi Johny, 
I have some questions about datatables relates with my problems.
1. how can I change the table length value? In your example you set into 25. I do not know the variable name relates to the table length.
2. how to combine data from 2 columns into 1 column and then put it in the JSON?

I am looking forward to a favorable reply from you. Thank you.]]></description>
			<content:encoded><![CDATA[<p>hi Johny,<br />
I have some questions about datatables relates with my problems.<br />
1. how can I change the table length value? In your example you set into 25. I do not know the variable name relates to the table length.<br />
2. how to combine data from 2 columns into 1 column and then put it in the JSON?</p>
<p>I am looking forward to a favorable reply from you. Thank you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eko Budiharto		</title>
		<link>https://jmorano.moretrix.com/2013/10/datatables-perl-and-bit-jquery/#comment-253792</link>

		<dc:creator><![CDATA[Eko Budiharto]]></dc:creator>
		<pubDate>Thu, 20 Jun 2019 02:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://jmorano.moretrix.com/?p=1014#comment-253792</guid>

					<description><![CDATA[hi Johny, 
I have a question for this 
# Limit the output and also allow to paginate or scroll infinitely
$sql .= &quot; LIMIT ? OFFSET ?&quot;;
push @values, (($params-&#062;{iDisplayLength} &#062; 0 ? $params-&#062;{iDisplayLength} : 25), ( $params-&#062;{iDisplayStart} // 0));

I know you set the table length is 25. How can I display the table length base on the user request like the original datatables option has dropdown list. 

I am looking forward to a favorable reply from you. Thank you.]]></description>
			<content:encoded><![CDATA[<p>hi Johny,<br />
I have a question for this<br />
# Limit the output and also allow to paginate or scroll infinitely<br />
$sql .= &#8221; LIMIT ? OFFSET ?&#8221;;<br />
push @values, (($params-&gt;{iDisplayLength} &gt; 0 ? $params-&gt;{iDisplayLength} : 25), ( $params-&gt;{iDisplayStart} // 0));</p>
<p>I know you set the table length is 25. How can I display the table length base on the user request like the original datatables option has dropdown list. </p>
<p>I am looking forward to a favorable reply from you. Thank you.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
