Not surprising that 80K rows will take some time to render in your browser. You could do some investigation and see if the slowness is due to data transfer from the data source to your browser (this is likely part of the issue if the data retrieved has a lot of attributes) or if your browser spends time processing the data. Both things are probably contributing to the slowness.
For a data set of this size, I would recommend
Hope that helps.