You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating an MOBILE application where it is required to have a table on one tab . Well that table is having left most column is fixed one.
So when I just try to scroll that table horizontally , instead of table get scrolled , super tab is scrolled. Following is the code snippet
SO issue is , when I scroll right to a table , tab is also get scrolled and I jump to tab2 .
So kindly help me out on how to fix this issue. Please let me know if anything else is required.
Thanks
The text was updated successfully, but these errors were encountered:
Thank you so much for your reply . Really appreciate that. But I guess , I didn't put my question properly . Let me put in another way ..
I have five supertab tab1 to tab5
tab1 contains a table having 15 columns with left most column fix and user can scroll that table horizontally to view the other columns which are not viewable area.
So when user tries to scroll table horizontally a super tab is swiped , which I don't want . So issue is how shall I detect if user is scrolling on table itself ? Because , I there are some other elements also where user can try to swipe and will jump to next tab. But I want to restrict/disable that jump/swipe if user doing horizontal scrolling on table only.
Hi ,
I am creating an MOBILE application where it is required to have a table on one tab . Well that table is having left most column is fixed one.
So when I just try to scroll that table horizontally , instead of table get scrolled , super tab is scrolled. Following is the code snippet
Home page.html
home.page.ts
table-component.html
table.component.css
SO issue is , when I scroll right to a table , tab is also get scrolled and I jump to tab2 .
So kindly help me out on how to fix this issue. Please let me know if anything else is required.
Thanks
The text was updated successfully, but these errors were encountered: