mirror of
https://github.com/h-sphere/sql-seal.git
synced 2026-07-22 10:10:28 +00:00
7 lines
No EOL
264 B
Markdown
7 lines
No EOL
264 B
Markdown
# Grid Renderer
|
|
The default renderer that plugin is using is Grid. It displays advanced table with ability to sort and paginate the data. Using `GRID` keyword is optional as the renderer is set as default.
|
|
|
|
```sqlseal
|
|
GRID
|
|
SELECT name, path FROM files LIMIT 10
|
|
``` |