Scrolling Issue
When the LazyDataTable is put inside a SingleChildScrollView widget, the datatable becomes unscrollable. As my observations, I think the reason is the scrolling event of the parent (the SingleChildScrollView) overrides the datatable's one. For example, when I am scrolling vertically, the whole page scrolls instead of the datatable scrolls. Maybe adding a scrollbar for internal scrolling within the datatable can be a solution. Hope to see your reply. Thank you. An example of the is issue is attached.main.dart