iqi-grid
v0.0.1
Published
Installation
Downloads
5
Readme
Installation
1.Run npm install iqi-grid --save in console 2.Import IQIGRID in Imports Section
<thead>
<IQISearch></IQISearch>
<tr>
<th style="width: 20%">
<IQIDefaultSorter by="name">Name</IQIDefaultSorter>
</th>
</tr>
</thead>
<tbody>
<tr>
<th style="width: 20%">
{{name}}
</th>
</tr>
</tbody>
<table>if you want footer and pagination, place this code in footer tag
Dependances: 1.Need to Add Bootstrap for project 2.Need to Add font-awesone for project
