You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @AllenFang,
I'm trying to create my own footer for react-bootstrap-table. I see that the <thead> and <tbody> are created in two different table and have already gone through #738 .
I'm stuck at a place where I need to scroll the footer according to the <thead> and <tbody>. Can you please help me and point me in your code where this is done?
Note: I've tried implementing #554 and #1190 but none of them scroll along.