Question How To Disp Temp Table Rows In Html (front End)

Cringer

ProgressTalk.com Moderator
Staff member
You need to give us a lot more info on what you are trying to do, along with versions of Progress etc. Your one line statement above is incredibly ambiguous and therefore hard to answer.
 

Dean Reed

New Member
In the UI, make an AJAX call (AngularJS) to the back end and return JSON (write-json() from temp-table). Using AngularJS to display is easy as pie. I recommend you separate the business logic (Progress code) from the HTML.
 

GregTomkins

Active Member
"Using AngularJS to display is easy as pie."

Well, that is until you get into the 'link' function, the special meanings of ^, &, =, @, and the various other "let's take something easy and make it hard for fun!" aspects of Angular. Not to mention, doing it all over again (but way differently) in version 2.0.
 
Top