У вашего броузера проблема в совместимости с HTML5
In this tutorial, we will learn how to use Bootstrap 4 pagination style in CodeIgniter 3.
In the tutorial, you may notice that each page show only one row, as we set. To config this: you may change this line:
$per_page = 1 to $per_page = n; where n = 5, 10, 15, 20, ...
Or you can set the value here:
$config['per_page'] = 10;