Split table or Split data into multiple columns?
Split table or Split data into multiple columns?

I want my data to display into two columns. I did ForEach inside tbody and added another increment before ending the loop.
http://i.imgur.com/XjU7aT6.png?1
And the disadvantage for this is if i added the search button and search for Room 2, of course it will display the entire row.
Is this the only solution for splitting the table/data?
https://www.datatables.net/forums/discussion/6711/grid-mode
This discussion has been closed.
Answers
I try to use DataTable for just about everything, but for something like that, I would suggest using HandsOnTable