Error hiding a column

Error hiding a column

CSTecnoCSTecno Posts: 6Questions: 2Answers: 0

DataTables warning: table id=ctl00_ContentPlaceHolder1_InfoTable - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3**:
**Hi, I'm initializing my table through the backend with VB.NET, what I want to do is hide the first column, but when I do so, I get the aforementioned error, is there any way to configure my table without having to initialize it again?
:

Answers

  • kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

    Did you follow the troubleshooting steps provided in the link?
    http://datatables.net/tn/3

    Sounds like you need to combine all your config options into one Datatables initialization code.

    Kevin

Sign In or Register to comment.