0
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
which browser you are using. Actually this type of problem am faced many times, its seems to browser issue. please use latest browser.