React-table: Rendering blank rows

Created on 14 Nov 2016  ·  4Comments  ·  Source: tannerlinsley/react-table

I passed the table only two rows. For some reason, it still renders a full page of rows, with the last 18 or so rows blank.

Most helpful comment

You can set minRows to 0.
On Mon, Nov 14, 2016 at 9:35 AM alisman [email protected] wrote:

I see now these are -padrows, so probably hidden in css. I'm hoping to use
this with bootstrap styles so will have to think on this.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tannerlinsley/react-table/issues/16#issuecomment-260386562,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUmCThFPNbtumPk3OInmYMZSPG0Tfwbks5q-I3LgaJpZM4KxhR7
.

All 4 comments

I see now these are -padrows, so probably hidden in css. I'm hoping to use this with bootstrap styles so will have to think on this.

You can set minRows to 0.
On Mon, Nov 14, 2016 at 9:35 AM alisman [email protected] wrote:

I see now these are -padrows, so probably hidden in css. I'm hoping to use
this with bootstrap styles so will have to think on this.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tannerlinsley/react-table/issues/16#issuecomment-260386562,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFUmCThFPNbtumPk3OInmYMZSPG0Tfwbks5q-I3LgaJpZM4KxhR7
.

👍

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dwjft picture dwjft  ·  3Comments

esetnik picture esetnik  ·  3Comments

panfiva picture panfiva  ·  3Comments

missmellyg85 picture missmellyg85  ·  3Comments

DaveyEdwards picture DaveyEdwards  ·  3Comments