-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: making table with ticket details compatible with phone #3583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
<thead class="full-width"> | ||
<tr> | ||
<th>{{t 'Type'}}</th> | ||
<th class="four wide">{{t 'Sales Ends'}}</th> | ||
<th class="ui three wide">{{t 'Price'}}</th> | ||
<th class="ui three wide single line">{{#if device.isMobile}}<i class="money bill alternate outline icon"></i>{{/if}}{{t 'Price'}}</th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icon is not requires
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added icon only in mobile view to give price column some more width to show donation ticket price input box correctly .
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks odd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can increase width if thats the issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried many ways but the table is under a segment so nothing is working for giving more width to that price column . that icon remove the requirement of an extra div may be. 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks odd
please suggest me any other way to fix it sir.
@@ -1,11 +1,11 @@ | |||
{{!-- Removed `Currency Symbol` helper from the `paymentCurrency` since some currency are not getting rendered. Hotfix until a permanent solution found --}} | |||
<form class="ui form" {{action on='submit' preventDefault=true}}> | |||
<table class="ui unstackable very basic compact table" style="margin-bottom: 0"> | |||
<table class="ui unstackable {{if device.isMobile 'small'}} very basic compact table" style="margin-bottom: 0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please help me with this issue if there is any thing else
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will pull and check on local tonight.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about making the table x-scrollable
?
change |
@snitin315 x-scrollable is not making any difference - |
Please try to improve the responsiveness avoding |
Done 😄 and thanks |
@maze-runnar Can you please update the screenshots and resolve the conflicts for the PR ? |
Fixes #3511
issue it resolves
ticket detail table was not showing properly .
Changes proposed in this pull request:
Checklist
development
branch.