dataTable print change column size?

dataTable print change column size?

jfri_2007jfri_2007 Posts: 25Questions: 6Answers: 0

in customize print, how can i define the size of a column, i was thinking it :
$(win.document.body).find('td:nth-child(1)').css( 'width', '15%' );
but id doesnt work, any idea?

Answers

This discussion has been closed.