Assign Element Ids/ClassNames to tables
Status: Beta
Brought to you by:
whitemice
{OGoQueryTable{
attribute ::type htmlclass ::value::'red green'
attribute : :type htmlelementid::value 'ThisTable'
entity ::kind Task
column ::title "Object Id" ::alignment center ::attribute object_id ::link
column ::title "Title" ::alignment left ::attribute name
column ::title "Start" ::alignment center ::attribute start
query ::key executant_id ::expression equals ::value {executant_id}
query ::key state ::expression notequals ::value 30_archived
query ::key state ::expression notequals ::value 25_done
query::order desc::key state
}OGoQueryTable}
Adding class, particularly would enable things like table-sorting table-counting and table-filtering functions in a wiki to be applied only where requested, rather than every table, as well as particular use-related styles, and mobile classes.