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
Create a new directive for a table that will be similar to the existing wz-table directive, but without fetching data from external sources. It will receive valid data as input to show it on the user interface.
Tasks:
It must be a directive
All the style parameters should work like in the current table directive
The input is now an array instead of an API endpoint
All the fields must be sortable
It must include pages always
The text was updated successfully, but these errors were encountered:
Create a new directive for a table that will be similar to the existing
wz-table
directive, but without fetching data from external sources. It will receive valid data as input to show it on the user interface.Tasks:
The text was updated successfully, but these errors were encountered: