Datatable is showing no data available at the bottom of the table even after there are table content

Datatable is showing no data available at the bottom of the table even after there are table content

shekhardshekhard Posts: 19Questions: 5Answers: 0

Link to test case: https://jsfiddle.net/shekhard/xy8v1sfr/
Debugger code (debug.datatables.net): epeduk
Error messages shown: Using FixedHeader without setting a meta tag to "user-scalable=no" will mean that FixedHeader does not work on Android devices as position:fixed is disabled in the browser under those conditions. Either add a suitable meta tag, or be aware that FixedHeader will not operate for Android users.

Description of problem:

Answers

  • colincolin Posts: 15,146Questions: 1Answers: 2,586

    Thank you for the test case, but it doesn't run. For us to diagnose this issue, we need a test case that replicates the issue.

    Colin

  • shekhardshekhard Posts: 19Questions: 5Answers: 0

    I am getting the table contents from the API. The test case is just for reference

  • kthorngrenkthorngren Posts: 20,309Questions: 26Answers: 4,771

    This is the same question you have in this thread. Please don't duplicate questions.

    Kevin

  • shekhardshekhard Posts: 19Questions: 5Answers: 0
    edited May 2020

    Both situations are different. Though I fixed the issue. Thanks.

  • vinodvramanvinodvraman Posts: 2Questions: 0Answers: 0

    instead of using fixedHeader try responsive:true only

This discussion has been closed.