Is there a style bundler for editor the same way there is for datatables?
Is there a style bundler for editor the same way there is for datatables?
In the hopes of solving a 404, I switched from Nuget Datatables to the downloaded bundle available from here. Is there something similar for Editor? I used the available download for the latest version, but I saw no such options available on the .NET donwload as there was for the Datatables download (e.g., bootstrap 4, extensions, etc).
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Hi,
The download builder that you linked to is specifically for client-side code only (i.e. Javascript and CSS).
For the backend code, download one of the Editor packages (.NET one in this case) and use the DataTables.dll from it as a reference in your project.
The two are orthogonal - client-side and server-side.
Allan