Shiraz Quick Table -Question

Hello @Mohammad,
Is it possible to have more than one quick table in the same tiddler,
one above the other ?
I would also like to change the header alignment to align=left, but not sure where to find the style for the header.
Thanks,
Scot

<!---
student, number, average
Lena, 1298, 17.26
Shima, 1256, 20.0
Leila, 1398, 16.75
--->
<<table-csv 
 class:"w-100 table-left thead-primary table-caption-top" 
 caption:"''Table 1. This is a quick table from comma separated values''" 
 stateTiddler:02>>

Yes

id | optional | an identification for cases you have more than one data block in the source tiddler. This id determines which block is read. This way you can have more than one quick table in a tiddler. This is an advanced option and rarely is used.

Also see this example: demo/advanced/quick-table-mathbox

Thanks @Mohammad
I new there would be away.
Please accept my apology for not reading the tutorial documentation fully.
Scot

No problem at all! I myself rarely read docs :rofl: :joy: :wink: