Does anyone have any guidance for implementing Datatables / Editor with Electron please?

Does anyone have any guidance for implementing Datatables / Editor with Electron please?

andrew beeverandrew beever Posts: 12Questions: 6Answers: 0

Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 63,214Questions: 1Answers: 10,415 Site admin
    Answer ✓

    Does anyone have any guidance for implementing Datatables / Editor with Electron please?

    It shouldn't really be all that different from in a web-browser setting. Probably the biggest question you'll need to ask and answer is what your data store for the data is going to be. For example, are you going to have a local SQLite database and have the backend aspect of the Electron app talk to that? If so - hurrah, our Editor NodeJS libraries will work with that, but you might have some other plan for your data store?

    Allan

  • andrew beeverandrew beever Posts: 12Questions: 6Answers: 0

    No I'm using Mysql as my data store. Good to know its (only) a competence issue.

This discussion has been closed.