DataTables with jEditable. Lost edit functionality.

DataTables with jEditable. Lost edit functionality.

duomaxwellduomaxwell Posts: 1Questions: 0Answers: 0
edited July 2013 in General
Hi everyone,

I am running into a problem and am hoping that someone could provide some help.

I created a DataTable that contains about 10 columns. During the initial setup of the table, I use aoColumnDefs to set five of the columns to be hidden. So I am setting their visibility to false. After that I implement the jEditable plugin

Above the DataTable, I have 10 buttons that correspond to the column names. When clicked, they fire off a method that hides or unhides that column. To do this I am using the fnSetColumnVis property. This works fine.

The problem I am having is that if I unhide a column that was initially hidden, I am unable to edit that cell. So, its like the jEditable functionality is gone. However, if I hide a column that was initially not hidden, then unhide it I am able to edit it.

Has anyone ran into this problem?

Do I need to add the jEditable functionality again for that column? Any suggestions will be helpful.

Thanks...

Replies

  • aaronwaaronw Posts: 89Questions: 3Answers: 4
    Using colvis and jeditable has issues:

    https://code.google.com/p/jquery-datatables-editable/issues/detail?id=26
This discussion has been closed.