Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I have a plugin that I created in Umbraco 10, I have moved it over to Umbraco 13 and was expecting it to work out the box, silly me.
It uses ngTable, I call it in the following way app.requires.push('ngTable');
angular.module("umbraco").controller("ScheduledContentDashboard.Controller", function ($scope, $q, $http, $filter, ngTableParams, editorService) {
.....
});
But I am getting errors thrown when I try and do this, can someone point me in the correct direction please.
How I go about creating a table in the back office with out using ngTable.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco 13 ngTable issues
Hi,
I have a plugin that I created in Umbraco 10, I have moved it over to Umbraco 13 and was expecting it to work out the box, silly me.
It uses ngTable, I call it in the following way app.requires.push('ngTable');
angular.module("umbraco").controller("ScheduledContentDashboard.Controller", function ($scope, $q, $http, $filter, ngTableParams, editorService) {
.....
});
But I am getting errors thrown when I try and do this, can someone point me in the correct direction please.
How I go about creating a table in the back office with out using ngTable.
is working on a reply...