Headless mode is enabled by defining a container slot that lets you implement entire UI instead of the default elements. The template receives the following data;
first
last
rows
page
pageCount
totalRecords
firstPageCallback
lastPageCallback
prevPageCallback
nextPageCallback
rowChangeCallback
Showing {{ first }} to {{ last }} of {{ totalRecords }}Page {{ page + 1 }} of {{ pageCount }}