Need mongodb with Rails 5 sample

Need mongodb with Rails 5 sample

prakulprakul Posts: 2Questions: 1Answers: 0

I already tried setup datatable with Rails 5 for sorting / filtering at browser.
But have hard time to setup server using ajax.
There are few youtube sample but not datatable for mongodb.
It has error at data_fetch for each column because mongodb don't have column. It's key: "value"
Thanks

This question has an accepted answers - jump to answer

Answers

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

    Hi @prakul ,

    The best bet is to search the web - this page here for example discusses mongodb with node, not quite the same, but it may give you some clues.

    Cheers,

    Colin

  • prakulprakul Posts: 2Questions: 1Answers: 0

    Thanks, It kind of surprise about lacking of document of datatable for mongodb in Rails. Seem to me need to move to node js.

This discussion has been closed.