Actions
Task #88
closedComponent BasicTable - responsive design support
Added by Radek Tomiška over 8 years ago. Updated about 8 years ago.
Start date:
08/09/2016
Due date:
% Done:
100%
Estimated time:
Owner:
Description
Desing + Development
Files
Updated by Ondřej Kopr about 8 years ago
- Status changed from New to In Progress
- Assignee set to Ondřej Kopr
- For now will be implemented responsive desing like boostrap table - http://getbootstrap.com/css/#tables-responsive
Updated by Ondřej Kopr about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
- % Done changed from 0 to 90
- Into advance table less add
max-width: 100%; overflow-x: auto;
Please chceck if this is sufficient. Test on Google Chrome and Firefox
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Radek Tomiška to Ondřej Kopr
Its nice. Please add this nice feture to BasicTable too and repair scroller on tables on detail (e.g. profile - subordinates)
Updated by Ondřej Kopr about 8 years ago
- Add same solution for BasicTable.
- Scroller on some tables detail is caused that table is in panel. Have class from panel see pic.
.panel.no-border *>.basic-toolbar { padding-left: 0; padding-right: 0; }
When i remove padding-right: 0; its everythink ok but filter button is not aligned pic
Please add me same consult for this solutions thank you.
Updated by Ondřej Kopr about 8 years ago
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to In Progress
- Assignee changed from Radek Tomiška to Ondřej Kopr
Scrollbar is more ugly (team consensus) :) But padding has to be same on left and right side at least :)
Updated by Ondřej Kopr about 8 years ago
- File idm1.png idm1.png added
- Status changed from In Progress to Needs feedback
- Assignee changed from Ondřej Kopr to Radek Tomiška
Thank you for response.
- Remove overflow-x: auto; from advance table and add it only to basic table,
- fix alert padding. See pic.
Scrollbar now works properly
Updated by Radek Tomiška about 8 years ago
- Status changed from Needs feedback to Closed
- Assignee changed from Radek Tomiška to Ondřej Kopr
- % Done changed from 90 to 100
Its awesome, thx. I just fix alert padding - now should be the same on all places.
Actions