<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blogfreakz - Web Design and Web Development resources &#187; spreadsheet</title>
	<atom:link href="http://blogfreakz.com/tag/spreadsheet/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogfreakz.com</link>
	<description>A site dedicated to keeping up with the latest trends on Web Design</description>
	<lastBuildDate>Thu, 24 May 2012 05:41:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>SlickGrid &#8211; fast rendering JavaScript grid/spreadsheet component</title>
		<link>http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/</link>
		<comments>http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:41:04 +0000</pubDate>
		<dc:creator>Mufti Ali</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[spreadsheet]]></category>

		<guid isPermaLink="false">http://blogfreakz.com/?p=2326</guid>
		<description><![CDATA[SlickGrid is a JavaScript grid/spreadsheet component. SlickGrid utilizes virtual rendering to enable you to easily work with hundreds of thousands of items without any drop in performance. Features Virtual scrolling/rendering (hundreds of thousands of rows) Extremely fast rendering speed Background post-rendering for richer cells. Configurable &#38; customizable Full keyboard navigation Column resize/reorder/show/hide Column autosizing &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SlickGrid</strong> is a<strong> JavaScript grid/spreadsheet component</strong>. SlickGrid utilizes virtual rendering to enable you to easily work with hundreds of thousands of items without any drop in performance.<br />
<span id="more-2326"></span></p>
<h5><img class="alignnone size-full wp-image-2330" title="slickgrid" src="http://blogfreakz.com/wp-content/uploads/2009/12/slickgrid.jpg" alt="slickgrid SlickGrid   fast rendering JavaScript grid/spreadsheet component" width="600" height="502" /></h5>
<h5>Features</h5>
<ul>
<li>Virtual scrolling/rendering (hundreds of thousands of rows)</li>
<li>Extremely fast rendering speed</li>
<li>Background post-rendering for richer cells.</li>
<li>Configurable &amp; customizable</li>
<li>Full keyboard navigation</li>
<li>Column resize/reorder/show/hide</li>
<li>Column autosizing &amp; force-fit</li>
<li>Custom cell formatters &amp; editors</li>
<li>Support for editing and creating new rows.</li>
<li>&#8220;GlobalEditorLock&#8221; to manage concurrent edits in cases where multiple Views on a page can  edit the same data.</li>
</ul>
<p>In fact, there is no difference in performance between working with a grid with 10 rows versus a 100&#8217;000 rows. This is achieved through virtual rendering where only what&#8217;s visible on the screen plus a small buffer is rendered.</p>
<p class="download"><strong>Demo</strong>:</p>
<ul>
<li>Basic use: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example1-simple.html">http://slickgrid.googlecode.com/svn/trunk/examples/example1-simple.html</a></li>
<li>Adding some formatting: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example2-formatters.html">http://slickgrid.googlecode.com/svn/trunk/examples/example2-formatters.html</a></li>
<li>Turning it into a spreadsheet: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example3-editing.html">http://slickgrid.googlecode.com/svn/trunk/examples/example3-editing.html</a></li>
<li>Using a simple Model (filtered data view) to drive the grid: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example4-model.html">http://slickgrid.googlecode.com/svn/trunk/examples/example4-model.html</a></li>
<li>Adding tree functionality (expand/collapse) to the grid: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example5-collapsing.html">http://slickgrid.googlecode.com/svn/trunk/examples/example5-collapsing.html</a></li>
<li>AJAX-loading data (shows all Apple-related Digg stories): <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example6-ajax-loading.html">http://slickgrid.googlecode.com/svn/trunk/examples/example6-ajax-loading.html</a></li>
<li>Using pre-compiled micro-templates to render cells: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example8-alternative-display.html">http://slickgrid.googlecode.com/svn/trunk/examples/example8-alternative-display.html</a></li>
<li>Using background post-rendering to add graphs: <a rel="nofollow" href="http://slickgrid.googlecode.com/svn/trunk/examples/example10-async-post-render.html">http://slickgrid.googlecode.com/svn/trunk/examples/example10-async-post-render.html</a></li>
</ul>
<p><strong>License</strong>:<a rel="nofollow" href="http://www.opensource.org/licenses/mit-license.php">MIT License</a><br />
Project Home: <a rel="nofollow" href="http://code.google.com/p/slickgrid/" target="_blank">http://code.google.com/p/slickgrid/</a>
</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="slickgrid">slickgrid</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="slickgrid demo">slickgrid demo</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="javascript spreadsheet">javascript spreadsheet</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="spreadsheet javascript">spreadsheet javascript</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="jquery slickgrid demo">jquery slickgrid demo</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="slick grid">slick grid</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="javascript grid">javascript grid</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="SlickGrid ajax">SlickGrid ajax</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="SlickGrid demos">SlickGrid demos</a></li>
<li><a href="http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/" title="slick grid demo">slick grid demo</a></li>
</ul>
<p><!-- SEO SearchTerms Tagging 2 Plugin --></p>
]]></content:encoded>
			<wfw:commentRss>http://blogfreakz.com/javascript/slickgrid-fast-rendering-javascript-gridspreadsheet-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

