dimanche 23 juillet 2017

Ember js list view

Im develop Ember js project for my university, i'm use ember paper i need to show Image 01 type list , im try to put it, i don't know how to do that, please help me to fix it, you can understand this in my images

I need like this

Image 01

enter image description here

My current view

enter image description here

My code part

  <div class="widget-content">
            <div id="exTab1" class="container">
              <div class="tab-content clearfix">
                <div class="tab-pane active" id="1a">
                  <div class="alt-table-responsive">
                      <table class="table">

                        <tbody>
                        
                          <tr>
                                                      <td class="text-center">
                            
                                                      </td>
                            <td class="text-center">


                              
                            </td>


                            <td class="text-center">
                              
                            </td>
                            <td class="text-center">
                              <p>< </p>
                            </td>
                            <td class="text-center">
                              <a  class="btn btn-mini btn-success"
                                                                                                     role="button" disabled=>
                                Add
                              </a>
                            </td>
                          </tr>
                        
                        </tbody>





                      </table>
                  </div>
                </div>
                <div class="tab-pane" id="2a"></div>
                <div class="tab-pane" id="3a"></div>
              </div>
            </div>
          </div>




Aucun commentaire:

Enregistrer un commentaire