Displaying data from firestore into bootstrap HTML table

Displaying data from firestore into bootstrap HTML table

dgid188dgid188 Posts: 4Questions: 2Answers: 0

Hi all, I want to ask.
I use Firestore as my database for my website and I'm usually using Datatables Plugin (before I was using MySQL). At this point, I'm having trouble when I use both Firestore and Datatables at the same time. Yes, the data was shown as it should using DataTables plugin, but when I'm using the Datatables function(i.e Searching or Sorting). The plugin doesn't work. The data did not show as it should. In this case, when I'm using the plugin, nothing is shown, but when I refresh the page working normally.

Here's the Code Snippet.

Answers

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

    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.