Skip to content
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

feat: Migrate Table to fiori3 #1042

Merged
merged 26 commits into from
Jun 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
38c9b11
feat: Adapt Table component to fiori3 specifications
JKMarkowski Dec 11, 2019
a030c95
Add activable option, fix examples
JKMarkowski May 21, 2020
42d71b0
Modify Tests, add PR comments
JKMarkowski May 22, 2020
0474272
Fix borders
JKMarkowski May 22, 2020
8d81040
remove unused values
JKMarkowski May 22, 2020
8f2d8a6
Fix fixed column example
JKMarkowski May 22, 2020
cfba12d
feat: table fiori3 navigation indication (#1053)
mikerodonnell89 May 26, 2020
a5fe003
Add Responsive table, Add menu on header
JKMarkowski May 26, 2020
f1e80ac
remove unused example, add merge cells
JKMarkowski May 27, 2020
6ac8e5d
fix no-borders examples
JKMarkowski May 27, 2020
4392c17
Add pop-in example with checkbox, add pagination example
JKMarkowski May 28, 2020
4da66b5
Update table.md
Vanessa-Cusmich May 29, 2020
c7070a7
Address PR comments
JKMarkowski May 29, 2020
07587df
Add table's interactive states
JKMarkowski May 30, 2020
87313c2
Add Toolbar usage
JKMarkowski Jun 1, 2020
723cef3
Fix rtl; Add rtl example for indicator; Fix example with Sorting Popover
JKMarkowski Jun 1, 2020
a8e75c3
Add fd-link classes to emails in examples
JKMarkowski Jun 1, 2020
835cc3d
Add pop-in support for active/hover
JKMarkowski Jun 1, 2020
3404011
Fix example with list on header
JKMarkowski Jun 1, 2020
6305ff9
Add documentation, add advanced toolbar example
JKMarkowski Jun 1, 2020
beab6bc
Fix overflow, add navigation indicator example
JKMarkowski Jun 2, 2020
2170b47
Remove interactive state, when with checkboxed, put compact to toolba…
JKMarkowski Jun 2, 2020
6323994
Add border to last cell on popin
JKMarkowski Jun 2, 2020
a8dff18
add storybook and visual tests templates
InnaAtanasova Jun 2, 2020
458587d
add visual tests
InnaAtanasova Jun 2, 2020
0765802
Place checkboxes at the top
JKMarkowski Jun 3, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .storybook/resources/theme-ugly.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,5 @@
--sapContent_ContrastTextColor: blue;
--sapButton_Background: powderblue;
--sapButton_IconColor: pink;
--sapList_HeaderBackground: plum;
}
1,889 changes: 1,250 additions & 639 deletions docs/pages/components/table.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading