Pagination is NOT visible when using dash table with graph

Hi ,Need help on dash tables where I am using both table and graph in the same page .
as mentioned in the documents : Sorting, Filtering, Selecting, and Paging Natively | Dash for Python Documentation | Plotly

That looks awesome but one basic problem : how Can I see all the rows as there Pagination is not visible .

Could you pls. help I need to implement the same in my project.

Hi @sujeet.cusat and welcome to the Dash community :slight_smile:

I hadn’t noticed that before! It can probably be fixed by adding some margin. You could try:

html.Div(id='datatable-interactivity-container', style={'marginTop': 30})

Ah @AnnMarieW :heartbeat: .thank you so much … It worked perfectly fine now . Cant say how much it helped .I was trying hard for 3-4 hours with different options.

1 Like