How to add pagination and export functionality to the grid

Hello,
I have Initializing Grid from HTML and now I want to add pagination and export functionality, so can you please help me out how to add that functionality to the grid I have initialized from html.

Regards!
Ali

Please, try to use the following solution:

[code]

Column 1
Column 2
11 112.5
11 14.15
11 85
 

[/code]

Thanks for your reply,

I have implemented it as you mentioned in your replied post, but its doesn’t show the pagination on page load.
But once the grid is loaded and I click on any column and sort it then its show the pagination, can you please tell me what I am doing wrong.

Regards!

Please, make sure that doAfterInit() function is called

It should be defined in your table:

I add that in table but its doesn’t show the pagination but when I sort the table then the pagination show.

Regards.

Unfortunately the problem cannot be reproduced locally.
Please, provide with a complete demo or share with a demo link, where the issue can be reconstructed.