VigneshSubramaniam
VigneshSubramaniam
Hi @bvaughn , I'm loving this Table and it provides almost all the required features. Two quick questions though. 1. Is it possible to have a footer or something of...
If there are more than 50 cards in a lane and there are like 10 lanes, there would be 500+ cards and it will not be ideal to render all...
The code available in `Lane.js` file is ``` if (elemScrollPosition < 1 && onLaneScroll && !this.state.loading) { const {currentPage} = this.state this.setState({loading: true}) const nextPage = currentPage + 1 onLaneScroll(nextPage,...
Let's say I have a component like below: ``` /** * * This is geting documented */ function MyComponent(props) { /** * * This is not getting documented */ const...