How to do admin CRUD & Pagination

The way to do CRUD in WordPress for probably 99% of use-cases is to create a Custom Post Type. CPTs will give you CRUD almost for free, then after that you may need to ask a few more questions here about how to do selected additional things, depending on your specific use-case. Good luck!