Is it possible to visually display rows horizontally instead of vertically
Is it possible to visually display rows horizontally instead of vertically
Data tables now:
row 1 []
row 2 []
row 3 []
row 4 []
row 5 []
row 6 []
Data tables after:
row 1 [] row 2[] row 3[]
row 4 [] row 5 [] row 6 []
I want to display a set of images, images that sit next to each other
and take advantage of data table's searching and sorting features is this feasible?
row 1 []
row 2 []
row 3 []
row 4 []
row 5 []
row 6 []
Data tables after:
row 1 [] row 2[] row 3[]
row 4 [] row 5 [] row 6 []
I want to display a set of images, images that sit next to each other
and take advantage of data table's searching and sorting features is this feasible?
This discussion has been closed.
Replies
Allan