Closed mayatskiy closed 10 years ago
Can I use ListView somehow to make a scrollable table? The problem is that ListView wraps each item into div and its broke the table. Any suggestion will be great.
you must use CSS to style the divs. browsers typically don't like you recycling and re-poisitioning table rows
Can I use ListView somehow to make a scrollable table? The problem is that ListView wraps each item into div and its broke the table. Any suggestion will be great.