[#48,refactor][s]: rename DataTable to DataGrid - fixes #48.

This commit is contained in:
Rufus Pollock
2012-02-22 21:18:30 +00:00
parent 1abf2769bd
commit 1fd337e1d4
5 changed files with 18 additions and 18 deletions

View File

@@ -79,9 +79,9 @@
<li>Pure javascript (no Flash) and designed for integration -- so it is
easy to embed in other sites and applications</li>
<li>Open-source</li>
<li>Built on <a
href="http://documentcloud.github.com/backbone/">Backbone</a> - so
robust design and extremely easy to exend</li>
<li>Built on the simple but powerful <a
href="http://documentcloud.github.com/backbone/">Backbone</a> giving a
clean and robust design which is easy to extend</li>
<li>Properly designed model with clean separation of data and presentation</li>
<li>Componentized design means you use only what you need</li>
</ul>
@@ -114,7 +114,7 @@
<p>There are then various Views (you can easily write your own). Each view holds a pointer to a Dataset:</p>
<ul>
<li>DataExplorer: the parent view which manages the overall app and sets up sub views.</li>
<li>DataTable: the data grid / table view.</li>
<li>DataGrid: the data grid view.</li>
<li>FlotGraph: a simple graphing view using <a href="http://code.google.com/p/flot/">Flot</a>.</li>
</ul>