Column doesn't show

Column doesn't show

sinergysinergy Posts: 2Questions: 1Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

Answers

  • sinergysinergy Posts: 2Questions: 1Answers: 0

    Hi,
    I created a table with 5 columns and 12 rows. For some reason the 2nd column from the left doesn't get displayed. Also I noticed that in the table editor, that same column has a pink background color.
    I can't see that I have disabled this column via css somewhere.
    When I check the table with the browser developer interface, I can only see, 4 columns, meaning the 5th isn't really taken into consideration at all.
    How can I make this column visible again?
    Thanks

  • kthorngrenkthorngren Posts: 21,173Questions: 26Answers: 4,923

    How can I make this column visible again?

    There are many reasons why the column might not be visible. The best option is to post a link to your page or a running test case showing the issue so we can help debug.
    https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case

    If you can't do that then post your Datatables init code, an example of the JSON response using the browser's network inspector tool (assuming you are using Ajax) and your HTML table thead element.

    Or use the Debugger and post the upload code for the developers to take a look.

    Kevin

This discussion has been closed.