Not seeing your page, I can only suggest something that generally works well for me when I want to make anything scrollable: put that table into a DIV with this CSS property:
overflow: scroll; You can also use overflow: auto; if the scroll bar is not desirable when the table is small enough to fit in place. On Tue, Jun 22, 2010 at 11:21, pankaj kumar jha <[email protected]> wrote: > > Hi, > my front page contains two areas one is my map area and another part > contains a table. that is basically a datatable. > previousely it was working fine. right now i got a larger no of rows in > table so the whole size of page is going increased. > i want to implement a scrollable table to fit with map part. > how we can implement this scrollable datatable. > > help me..... > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
