I have very large data tables that I would like to present within beamer frames. I need a package that will divide the table into several columns within a frame and to multiple frames.
xtab package manages to divide across multiple frames. But does not work with multicol package.
If I divide the table to multiple sub-tables, tabularx, and multicol combination works but requires a lot of labor. In addition, the table width that I work with is not necessarily constant due to the varying string length of its content, hence I also need to scale each and every one of them etc...
The tables that I am trying to put to the presentation are automatically generated and I have a lot of them, so doing it manually is NOT an option.
Hence, I am trying to find a table package that works with beamer frames and able to divide a very long table across multiple columns within a frame and across as many frames as need with proper size scaling.
It is a long wish list but just trying. Any advise?