I have this example in plunker
It is a table with data that at the end has a Show more ... button with which I give more data to the table. The problem is that this table is scrolleable
, what I try to do in some way is that that button is fixed so when scrolling horizontally the text Show More is always visible. .. in the center of the button. Because if you have a lot of data and it is scrolled, it is lost. I do not know if I explain, that Show more button always has to be visible to the user even though I scrolled a lot.
In this case I move the button with the scroll function every time they scrollean on the table, the problem that arises when I implement that solution is this: To test the bug you have to press the button once + Data , bring the scroll bar to the end and press - Data . You will see a weird effect with the scroll bar and the table when you remove all that amount of columns, that effect is given by the scroll function that is being used to move the button.