react-trello
react-trello copied to clipboard
Lane Footer
Hi everyone, I've created a LaneFooter component but it's not showing in the render. Thx!
Hi, I am also facing the same issue. LaneFooter component is not working but the LaneHeader component seems to be working. Any idea about this issue?
Lane footer override: https://rcdexta.com/react-trello/?path=/story/custom-components--lanefooter https://github.com/rcdexta/react-trello/blob/master/stories/CustomLaneFooter.story.js
Can you provide an reproduction of your implementation. @Sam-kroutchi @garimahans15
@dapi @KaiSpencer - Lane footer does not work. Tried everything but it does not show up.
components={{ Card, LaneHeader, AddCardLink: LaneHeaders, NewLaneSection: CustomAddLaneButton, LaneFooter: LaneFooters, }}
@dapi @KaiSpencer - Lane footer does not work. Tried everything but it does not show up.
components={{ Card, LaneHeader, AddCardLink: LaneHeaders, NewLaneSection: CustomAddLaneButton, LaneFooter: LaneFooters, }}
Hi @Musadiqkhan-nullbrainer,
I have provided an example of a working lane footer and unfortunately I cannot solve your particular issue without reproduction as it is currently working in the library with the configuration in my previous comment.
If you can provide reproduction of the issue then we can help, until then there is nothing we can do.
Thanks
Hi there,
I am also facing this problem. But I found a solution for my project: If you pass collapsibleLanes to the board component props, it'll render the LaneFooter component. So I think it's misunderstood that it's a lane footer, but actually it is a lane collapsible button.
Thanks.