Mobile layout problem

Mobile layout problem

mstudiomstudio Posts: 14Questions: 2Answers: 0

I found this example for responsive layout (https://datatables.net/extensions/rowreorder/examples/initialisation/responsive)
and use this code

var table = jQuery('#tblOrder').DataTable( {
        rowReorder: {
            selector: 'td:nth-child(1)'
        },
        responsive: true,
        "order": [],
        "ordering": false,
        "searching": false,
        "language": {
            "url": "//cdn.datatables.net/plug-ins/1.10.16/i18n/Hebrew.json"
        }
    } );

but I can not make it work,
Here a link you can check "http://80.244.168.168/tours/jeep-tour-in-the-mountainous-greece-and-villages-of-zagorija/"
the table is on the third tab for the right, the one titled "מחירים ותאריכים" after the text there is a table, I use chrome's console and check the mobile layout and the green area is outside of the screen so I need to scroll, I also do not get the layout as n the example, what I can do?

Answers

This discussion has been closed.