3
Answers

Footable breakpoints issue with asp.net GridView.

hello,
 
 
footable breakpoint not working but when i do resize window then it works fine.
I am using Footable Jquery plugin(footable.min.js) in order to render it responsive . 
how to fix this. 

Answers (3)

1
Photo of Joginder Banger
NA 10k 490.8k 8y
Good job keep it up..
0
Photo of ketan lohpatre
NA 35 343 8y
I am using firefox latest Version (51.0.1)
 thanks but
i have fixed it by adding custom breakpoint
just after GridView Control now it works ...
 ex:-
 
</asp:GridView>
<script type="text/javascript">
$('#grd').footable({
     breakpoints: {
     phoneP: 290,
     phoneL: 530,
     tabletP: 768,
     tabletL: 992
    }
});
</script> 
 
Thanks ...
 
 
0
Photo of Joginder Banger
NA 10k 490.8k 8y
which browser you are using. Actually this type of problem am faced many times, its seems to browser issue. please use latest browser.