Bottom border and column border

Bottom border and column border

midlandmidland Posts: 15Questions: 2Answers: 0
edited April 2014 in DataTables 1.9
Hi,

I am new to dataTable. The default table has top border only. My question is how to add the border to bottom of the table. and vertical borders on two sides and column borders. It is a configuration in the view or customer table definitions in js/css files? Thanks very much.

Hugh

Replies

  • allanallan Posts: 61,438Questions: 1Answers: 10,052 Site admin
    Its really just a case of modifying the CSS to suit your needs, adding, for example, `border-bottom` etc as required.

    You might also fancy taking a look at the new theme builder for 1.10 which has a number of border control features available: http://next.datatables.net/manual/styling/theme-creator .

    Allan
  • midlandmidland Posts: 15Questions: 2Answers: 0
    Thanks, Allen, for your help. I will take a look at the CSS file.

    Hugh
This discussion has been closed.