I have a need to display large (wide) datasets in a table, but the problem that I'm running into is that there are often so many columns that performance is very poor (unacceptable).
I've been trying to find examples of this, but so far all I have found is documentation stating that many columns should be avoided. If there are any "best practice" or already implemented ways for doing this, that would be great to hear about.
So far the "best" solution I have is to implement column paging in the UI, but I'm not yet convinced that this is the way to go.
Any suggestions?
Thanks,
Sophie