forked from liferay/liferay-portal
-
Notifications
You must be signed in to change notification settings - Fork 28
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
LPD-24920 Implements the new ClayTable component to FDS #151583
Closed
liferay-continuous-integration
wants to merge
11
commits into
brianchandotcom:master
from
liferay-continuous-integration:ci-forward-LPD-24920-pr-602-sender-matuzalemsteles
Closed
LPD-24920 Implements the new ClayTable component to FDS #151583
liferay-continuous-integration
wants to merge
11
commits into
brianchandotcom:master
from
liferay-continuous-integration:ci-forward-LPD-24920-pr-602-sender-matuzalemsteles
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The new ClayTable component now handles more responsibilities and has a new improved and less verbose DX removing the excess drilling prop and verbosity of the old component as well as OOTB features such as nested row, sorting columns and visibility columns the component is accessibility first. This is under feature flag and still WIP, in this initial implementation we are not adding the column resizer feature we will use the same FDS implementation while we did not work on it in Clay. We also need to do some more nested row tests and add a new row with inline edit.
✔️ ci:test:sf - 1 out of 1 jobs passed in 5 minutesClick here for more details.Base Branch:Branch Name: master Sender Branch:Branch Name: LPD-24920 1 Successful Jobs:For more details click here. |
To conserve resources, the PR Tester does not automatically run for forwarded pull requests. |
sorted-by-column-x-in-x-order=Sorted by column {0} in {1} order This needs to be a title or a complete sentence. Please resend. Thx. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Forwarded from: liferay-platform-experience#602 (Took 1
ci:forward
attempt in 5 minutes)Console
@matuzalemsteles
@liferay-platform-experience
Original pull request comment:
The new ClayTable component now handles more responsibilities and has a new improved and less verbose DX removing the excess drilling prop and verbosity of the old component as well as OOTB features such as nested row, sorting columns and visibility columns the component is accessibility first.
This is under feature flag and still WIP, in this initial implementation we are not adding the column resizer feature we will use the same FDS implementation while we did not work on it in Clay.
We also need to do some more nested row tests and add a new row with inline edit. We need to wait for the Clay #600 release PR to come in so we can do more tests with the fixes I sent to Clay.
After that I will add some before and after screenshots showing the features.