Cell border

(4 posts) (2 voices)

Tags:

No tags yet.

  1. chadwickhung, Member

    Dear sir,
    Please advise me how to show cell border in a cross-tab report.
    Thanks
    Chadwick

  2. myDBR Team, Key Master

    You can use CSS border definition in dbr.colstyle, dbr.colclass, dbr.cellclass or in dbr.cellstyle commands.

    For example with dbr.colstyle:

    select 'dbr.colstyle', 'Items', '[border: 1px solid gray;]';

    --
    myDBR Team

  3. chadwickhung, Member

    Thank you.
    If I have to make the all the cells of the table to be bordered, including footer and header, what would be the simplest way to do it?

    Thanks a lot
    Chadwick

  4. myDBR Team, Key Master

    You can apply the same style definition to table's TD and TH elements via dbr.css.

    --
    myDBR Team


Reply

You must log in to post.