2

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 ?

Usman Hayat Khan
  • 196
  • 1
  • 3
  • 14

2 Answers2

1

i find the solution for my problem take a look on this datatables-responsive

Usman Hayat Khan
  • 196
  • 1
  • 3
  • 14
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