Search code examples
model-view-controllerdatatablesweb-frontend

Using data tables from themes E.g. Front theme


How do I use this data table with mvc to get my data from the controller to the view:

<script>
   $(document).on('ready', function () {
     // initialization of datatables
          $.HSCore.components.HSDatatables.init('.js-datatable');
    });
</script>

Solution

  • Make sure all classes and div wrappers are in acquisition.