You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get table header and rows from server. this is dynamic and have no idea how many columns to expect.
In that case, how do i use tastytable to print the data rows.
Hi,
I get table header and rows from server. this is dynamic and have no idea how many columns to expect.
In that case, how do i use tastytable to print the data rows.
In this example,
http://zizzamia.com/ng-tasty/directive/table-server-side/simple
if i dont know the keys name, start & 'sf-location', how do i code the markup.
{{ row.name }} {{ row.star }} {{ row['sf-location'] }}please help.
Thanks
The text was updated successfully, but these errors were encountered: