Skip to content

Commit df89ae3

Browse files
authored
Update README.md
1 parent ba6a204 commit df89ae3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
The spreadsheet component generates an online editable spreadsheet similar to Google Sheets or Excel, the contents of which are loaded from the results of your SQL query.
1010
It has the ability to edit cell data by posting their contents to another SQLpage.
1111

12+
## Example
13+
14+
Use it with
15+
16+
```sql
17+
select 'spreadsheet' as component;
18+
19+
select 1 as x, id as y, my_column as value
20+
from my_table;
21+
```
22+
1223
## Screenshot
1324

1425
![screenshot](docs/screenshot.png)

0 commit comments

Comments
 (0)