hyojin / material-ui-datatables

An another React Data tables component.
MIT License
165 stars 58 forks source link

Disable pagination #27

Closed palafoxernesto closed 7 years ago

palafoxernesto commented 7 years ago

Hi, how can i disable pagination bar? I want to use infinite scroll Thank you!

hyojin commented 7 years ago

@palafoxernesto So far, there is no way to disable. but I'm thinking to add a prop to handle footer tool bar as well. I'll inform you soon. :)

hyojin commented 7 years ago

@palafoxernesto Try showFooterToolbar={false} :)

palafoxernesto commented 7 years ago

It works as expected. Thank you very much! @hyojin

Kapil-Vermani commented 6 years ago

@palafoxernesto Do you have any sample or idea how to use this DataTables with infinite scrolling