That's how it looks, I'm not strong in js, but the work needs to be done.

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 ??

  • Give the code of the table and its styles, I think the problem lies in the CSS styles. - Pavel
  • standard styles from datatable, table code <table> <thead> <tr> .... </ tr> </ thead> <tbody> <td> ... </ td> </ tbody> - I_crusa_I

0