You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <div class="modal fade" id="modal-participants" tabindex="-1" role="dialog" aria-labelledby="modal-participants" aria-hidden="true">
- <div class="modal-dialog modal- modal-dialog-centered modal-lg" role="document">
- <div class="modal-content">
- <div class="modal-header">
- <h5 class="modal-title">Daftar Peserta</h5>
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
- <span aria-hidden="true">×</span>
- </button>
- </div>
- <div class="modal-body p-0">
- <div class="container-fluid">
- <div class="table-responsive">
- <table id="participantsTable" class="table align-items-center table-flush">
- <thead class="thead-light">
- <tr>
- <th scope="col">No</th>
- <th scope="col">Name</th>
- <th scope="col">Company</th>
- <th scope="col">Division</th>
- <th scope="col">Email</th>
- </tr>
- </thead>
- <tbody>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="modal-footer">
- <nav aria-label="...">
- <ul id="participantPagination" class="pagination justify-content-end mb-0">
- <li class="page-item disabled">
- <a class="page-link" href="#" tabindex="-1">
- <i class="fas fa-angle-left"></i>
- <span class="sr-only">Previous</span>
- </a>
- </li>
- <li class="page-item active">
- <a class="page-link" href="#">1</a>
- </li>
- <li class="page-item">
- <a class="page-link" href="#">2 <span class="sr-only">(current)</span></a>
- </li>
- <li class="page-item"><a class="page-link" href="#">3</a></li>
- <li class="page-item">
- <a class="page-link" href="#">
- <i class="fas fa-angle-right"></i>
- <span class="sr-only">Next</span>
- </a>
- </li>
- </ul>
- </nav>
- </div>
- </div>
- </div>
- </div>
|