How do you display a table with hundreds (maybe more than 200) of pages using Datatables?

In Datatables, there are lot of pagination style and options, but the examples the provide are just up to 6 pages like this.

So far I usually use my own pagination (not datatables) with the “first page”, “second page”, dots between the second page and the current page, and then the current page. Likewise for the last page.

pagination I usually use

I started getting interested to Datatables because it fast in table built-in search box (even though it was poor in SQL stuffs).

This is one of the reasons why I can’t use Datatables on my web app.

I don’t know if it’s subjective or not. I just want to know how people use pagination with 400 pages with Datatables.