Can I use JEasy Slider to show a JDataTable with some columns on one easyslideritem, and more columns in the next easyslider? Let's say I have a table with 20 columns, can I break it up into 4 slider items, with 5 columns in each item, and still have the rows consistently showing?
Example:
Code: |
Column 1 | Column 2 | Column 3 | Column 4 | Column 5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
foo info| foo info | foo info | --> foo info| foo info
bar info| bar info | bar info | bar info| bar info
... | ... | ... | ... | ...
|