Dear All,
I use Smart UI sdk and able to create a hello widget in perspective manager to show the logged in user first name and last name.
I need to modify this widget to display a database table columns. I created a request handler to return json response of the table data. Using the widget i am able to fetch the data in the model.
But i want to display that model data in a grid format by adding search columns to some of the table columns.
If anyone does this please provide a sample code to display the json response in a grid format by adding search capabilities to the desired columns.
I added the widget code and json response i am getting. unzip attached inside bundles there is a legaltasks-all.js file is there which is responsible for displaying the widget data.
Please help me with the sample code to update the hbs div content element.
If i alert this var message = this.model.get('data') i am getting the data of the json objects array but i want to display this objects response in a formatted manner in the div id="content" in the hbs file.
Please let me know if you need any information on this. I don't want to use webreports to display this information. I want to achieve it by customization way.
Thanks in advance for your help.