get column count in table

get column count in table

davidsadavidsa Posts: 6Questions: 0Answers: 0
edited December 2013 in General
hello!

how do i get Column count in table?

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    In 1.9 use something like `table.fnGetData( 0 ).length` to get the data for the first row and take its length.

    Allan
This discussion has been closed.