That's how it looks, I'm not strong in js, but the work needs to be done.
var table = $('table.long_bot_table').dataTable({ // "scrollY": 200, "scrollX": true, "scrollCollapse": true, paging: false, searching: false, ordering: false, "info": false, }); Data is entered via Ajax. As I understand. First, the DataTable is generated, and then only the data is entered, because of this, what happens, how can I fix it, experts ??
