Something like a simple structure with default material design, as i am working with angular + material:
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>
Something like a simple structure with default material design, as i am working with angular + material:
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>
Make custom directory with table like :
Yes, it is possible. Either with an angular view or with a directive. In many cases, a combination of the two are used. AngularJS provides a mechanism for two way data binding. There are several ways in which you could display a table using angularJS. Here is two of the most basic ways to display a table using an angular view/controller.
N.B. This does not provide two-way data binding.
ng-model
would have to be included to use that.Example Controller
View
Output