DataTable is not showing more than 12 entries

DataTable is not showing more than 12 entries

nes96nes96 Posts: 1Questions: 1Answers: 0

Hi,

I am doing a project in Node.js, and used DataTable to paginate a table, the thing is, the data in the table comes from a file who's uploaded in the page, like a input for uploading, and then the file is processed and the table gets an entrie where the first column is the date when it was uploaded, the number of entries of the file(.cvs or .xlsx) and if it is or not processed.

So, everytime a file is uploaded, there is a new entrie in the table and until here everything is fine. Until we reach the 12th uploaded file, it does not stop uploading but when a file is uploaded after the 12th the first entrie is replaced with the new file that was uploaded.

Does anyone have the same issue or knows how to solve this?

Best Regards.

Answers

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

    Hi @nes96 ,

    We're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Cheers,

    Colin

This discussion has been closed.