Stream version of datatable

I’ve been unsuccessfully integrating datatables into a Symfony project and frankly jQuery plugins are a bit crap.

Got me thinking of a different approach to achieve similar functionality with streams and frames. However, I’m unsure how it would be implemented or if there is an existing solution.

The functionality I’m aiming for is a table with dynamic columns, sortable, pagination and real time connection to the backend.