Posts by Manoel Vilhena Saldanha • 21 points
1 post
- 
		2 votes2 answers669 viewsQ: Tables with vertical and horizontal scrollI set up a table with scroll horizontal and vertical from this original http://jsfiddle.net/k5k7vtwu/: document.querySelector('.ux-data-table').onscroll = function (e) { // called when the window is…