|
|
@@ -396,14 +396,14 @@ amount of standard database operations. To explore a row, simple scroll
|
|
|
to the right. By scrolling, the row should continue to lazily-load cells
|
|
|
until the end.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
#### Adding Data
|
|
|
|
|
|
To initially populate the table, you can insert a new row or bulk upload
|
|
|
CSV/TSV/etc. type data into your table.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
On the right hand side of a row is a '+' sign that lets you insert columns into your row.
|
|
|
|
|
|
@@ -412,25 +412,25 @@ On the right hand side of a row is a '+' sign that lets you insert columns into
|
|
|
|
|
|
To edit a cell, simply click to edit inline.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
If you need more control or data about your cell, click “Full Editor” to
|
|
|
edit.
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
In the full editor, you can view cell history or upload binary data to
|
|
|
the cell. Binary data of certain MIME Types are detected, meaning you
|
|
|
can view and edit images, PDFs, JSON, XML, and other types directly in
|
|
|
your browser!
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
Hovering over a cell also reveals some more controls (such as the delete
|
|
|
button or the timestamp). Click the title to select a few and do batch
|
|
|
operations:
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
#### Smart Searchbar
|
|
|
@@ -444,7 +444,7 @@ two row keys with:
|
|
|
domain.100, domain.200
|
|
|
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
Submitting this query gives me the two rows I was looking for. If I want
|
|
|
to fetch rows after one of these, I have to do a scan. This is as easy
|