I have created data grid using JQuery Datatable libraries. The Datatable is consuming data from REST API. The data table is generated and I am able to see all functionalities.
For above, I have created custom field type under Umbraco Forms.
But this is not what I want. I want to create this as Custom reusable Control
It should be configurable to accept Web API url as parameter.
Control should be available to add on any content page.
I know, partial views can do this job for me. However, adding partial views on pages and making them configurable will have challenge.
Any alternative way to fulfill the requirement ?
Also, I want to show this on Front end site (and nothing as preview under backoffice or may be it will be optional).
Data Grid custom control.
Dear All,
I have created data grid using JQuery Datatable libraries. The Datatable is consuming data from REST API. The data table is generated and I am able to see all functionalities.
For above, I have created custom field type under Umbraco Forms.
But this is not what I want. I want to create this as Custom reusable Control
I know, partial views can do this job for me. However, adding partial views on pages and making them configurable will have challenge.
Any alternative way to fulfill the requirement ?
Also, I want to show this on Front end site (and nothing as preview under backoffice or may be it will be optional).
You could create a macro that would do this.
Yes. Thank you.
I have created a partial view and added it under Macro.
It is working correctly
is working on a reply...