edrisranjbar / qurandl

Quran Download
MIT License
4 stars 1 forks source link

Display Qaris #14

Closed edrisranjbar closed 1 year ago

edrisranjbar commented 1 year ago

create a page for displaying all Qaris. it should contain a table for listing, live search box and we should be able to sort by clicking on table headers. also pagination and item per page limitation options are required.

📝 TODO:

TABLE HEADER

here's items which need to be displayed in table:

👍 HELPER:

  1. Use DataTable js library (depends on JQuery) or use another kind of library
  2. Use bootstrap modal for confirmation:
    <div class="modal show" id="defaultModal" tabindex="-1">
    <div class="modal-dialog modal-dialog-centered modal-sm">
        <div class="modal-content">
            <div class="modal-header">
                <h5 class="modal-title">حذف قاری</h5>
            </div>
            <div class="modal-body">مطمئنید می&zwnj;خواهید قاری مورد نظر حذف شود؟</div>
            <div class="modal-footer">
                <button type="button" class="btn btn-light">خیر، منصرف شدم</button>
                <a href="#" class="btn btn-danger">بله، حذف کن</a>
            </div>
        </div>
    </div>
    </div>

Jazakallahu Khayraa @AbdollahAshrafi 🙏