You can use the angular directives to render the table. Angular-datatables provides a dtTrigger you can use to manually trigger the rendering of the table.

Preview

ID First name Last name
{{ person.id }} {{ person.firstName }} {{ person.lastName }}