Daisy documentation
 PreviousHomeNext 
5.11.5 Inline editingBook Index5.12.2 Implementing query styles

5.12 Query Styling

5.12.1 Overview

By default, query results are rendered as a table. It is however possible to customize the styling of the query results. This is done by supplying a style_hint option in the query, for example:

select name where true option style_hint = 'bullets'

The style hint 'bullets' is included as a sample with Daisy, it styles the results as a bulleted list, taking the first selected value (here 'name') as the text to put next to the bullet.

 PreviousHomeNext 
5.11.5 Inline editing5.12.2 Implementing query styles