I want to make my table responsive for mobile and web .i am using datatables jquery 1.8 plugin for my tables.i have seen the Foo table script make that responsive by using hide/show machnisam .is there any option to make table responsive without hiding the columns ?
Asked
Active
Viewed 1,336 times
2
-
1Explain more on what you mean by responsive. – Joel Peltonen Sep 04 '13 at 06:21
-
i mean that table will fit to wide range of screens.like for laptop screens , mobile and tablets screens as foo table do. – Usman Hayat Khan Sep 04 '13 at 11:39
2 Answers
1
i find the solution for my problem take a look on this datatables-responsive

Usman Hayat Khan
- 196
- 1
- 3
- 14
-
This link really helps. I was also the problem much similar to yours – Zubair Ahmed Sep 05 '13 at 04:50
0
I dint get what you said, If i am not wrong then you want your table to be responsive on all screens. Why dont you follow this link I have been using this way to get responsive tables. This is done with pure css3 features. Take a look on that link.

SsNewbie
- 257
- 2
- 8
- 21
-
yes i want my table to be responsive on all screens but i am using datatables jquery plugin to create HTML table dynamically from server side.i have only table tag of html and on the bases of that tag datatables plugin create full table(i.e. thead and tbody) .your reference link make table responsive if we have table header on and table body on html(on clint side). – Usman Hayat Khan Sep 05 '13 at 04:35