Data Table Display

Data Table Display

RiteshKaushikRiteshKaushik Posts: 5Questions: 0Answers: 0
edited December 2012 in General
Hi , i am new to data tables, Is there any way to insert a gap of say one line between the table rows, Actually, i want a small gap between data table rows, Is it possible? if Yes, How?

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Sort of - you could use the HTML table's `cellspacing` attribute, but that will break scrolling if you wanted to use that feature (it makes the column width calculations almost impossible).

    Allan
  • RiteshKaushikRiteshKaushik Posts: 5Questions: 0Answers: 0
    edited December 2012
    I used "cellspacing" but it did not work.
  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Works just fine here: http://live.datatables.net/imakos/edit#javascript,html . So you are going to have to give me a lot more than just "did not work". Please link to a test case so I can actually have a chance of offering some help: http://datatables.net/forums/discussion/12899/post-test-cases-when-asking-for-help-please-read
This discussion has been closed.