angular-endless-scroll icon indicating copy to clipboard operation
angular-endless-scroll copied to clipboard

Endless table

Open paulocheque opened this issue 9 years ago • 0 comments

Hi, thanks for the great lib! Simple and solve the problem!

I am using this lib on a table like this:

                <table class="table table-condensed table-hover">
                    <tr>
                        <th>my headers...</th>
                    </tr>

                    <div endless-scroll="obj in objs">
                       <tr><td></td></tr>
                    </div>
                </table>

I go to the bottom of the page, it loads correctly and the height of the table increase. So I move to the bottom again and it works fine again.

BUT, if I go the top, the endless works but the height of my table does not increase. So, I have to move a little to bottom and them I need to move back to the top to load again.

Do you have some tip to solve this issue?

Thanks in advance!

paulocheque avatar Nov 07 '15 14:11 paulocheque