Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    the table on that page is not actually a table, but an image, and the theme on that site simply adds a border/frame around the image.

    It should however be possible to add one like that on a table as well, e.g. with “Custom CSS” like

    .dataTables_wrapper {
      border: 1px solid #dddddd;
      padding: 8px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Frame around Table.’ is closed to new replies.