Issue with scrollY and scrollCollapse
Issue with scrollY and scrollCollapse
cersos
Posts: 40Questions: 10Answers: 1
When I use scrollY with a value larger than the rows need and have scrollCollapse set to true, it does collapse properly.
The problem is, if there is an item (a textbox for example) in a row that makes the row taller than normal text, the scroll area is too small and generates a scroll bar.
Is there a way to adjust the size of the collapsed scroll area?
Answers
Does this require the end user to resize the textarea, and that is what the problem is - DataTables isn't responding to that? I created this little test case for that: https://live.datatables.net/rezodebo/1/edit .
If I filter the table to just "Ashton Cox" I can then resize the textarea and the scrolling container is adjusted with it.
Have I misunderstood? Can you link to a test case please?
Allan