hrm...can't get all rows loaded in DataTables table from external public data

hrm...can't get all rows loaded in DataTables table from external public data

echertechert Posts: 1Questions: 1Answers: 0

hey, curious about an issue. trying to get public data to load in a table via an external API. i can hit the API, get what seems to be all of the data, but then, i can't get all 150+ rows to load; the table gets cut off at the 100 mark. does this have to do with my code or is this DataTables staying at a default of 100 rows? any and all thoughts will be much, much appreciated!

JSFiddle: https://jsfiddle.net/6eovvj76/

Answers

  • allanallan Posts: 63,771Questions: 1Answers: 10,510 Site admin

    Your test case doesn't appear to run. jQuery and DataTables aren't being loaded for example. Could you update them to run so i can debug the issue please.

    Allan

This discussion has been closed.