-
AuthorPosts
-
Meng Fei Koo Friend
Meng Fei Koo
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
November 19, 2014 at 2:02 pm #202876Hi experts,
Any idea how should I produce with my product technical data as now I am using Uber template with responsive.
From my previous website, I am using table to show my data but now I am not sure if there is a better way as we concentrate on responsive design now.
Any suggestion are welcome on how to produce it 🙂
Attached with my old website screenshot
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
November 20, 2014 at 4:48 am #555859post your exact site Url where you have this table. I will provide a suggestion
Meng Fei Koo FriendMeng Fei Koo
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
November 20, 2014 at 9:05 am #555904Hi Chavan,
You can take a look on the current website’s table. The content will be same when I move it to new website with responsive layout
http://goo.gl/CEx5LTchavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
November 20, 2014 at 9:53 am #555913Modile like this, this brings you the responsive tables
<div class="table-responsive">
<table class="table table-bordered">
<thead>
<tr>
<th>#</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
<th>Table heading</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>2</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
<tr>
<td>3</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
<td>Table cell</td>
</tr>
</tbody>
</table>
</div>1 user says Thank You to chavan for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by chavan 10 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Seek suggestion for product technical data display.
Viewing 4 posts - 1 through 4 (of 4 total)