datatable responsive with many column

datatable responsive with many column

marcpiratmarcpirat Posts: 51Questions: 18Answers: 0
edited June 2018 in Free community support

hi

I try to display a datable with many column (more then 20) I tried to use responsive plugin but many column (header) are not displayed when there are no value
I was thinking column will be display under other

http://live.datatables.net/jekukere/1/

thanks

Answers

  • marcpiratmarcpirat Posts: 51Questions: 18Answers: 0

    with

        responsive: {
                                    details: {
                                        display: $.fn.dataTable.Responsive.display.childRowImmediate,
                                        type: ''
                                    }
                                },
    

    that seem to resolve the issue

This discussion has been closed.