Use case 

You need to adjust the color of a given column/table.

Solution

  1. Switch the page to the edit mode.
  2. Insert the Table Transformer macro and paste the table or the macros outputting tables within the macro body.
  3. Select the macro and click Edit.
  4. In the Presets  tab select Custom transformation  and click Next.
  5. Enter either of the following SQL query patterns:

    SELECT FORMATWIKI("{cell:border-color=red}",T1.'Transaction_Amount',"{cell}") 
    AS 'Transaction_Amount' FROM T*
    SQL
  6. Click Next

  7. Define the table settings and view options if needed. 

  8. Save   the macro and the page.