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

Vulcan 650/expanded cell renderer #114

Merged
merged 5 commits into from
May 6, 2024

Conversation

anayabhat
Copy link
Collaborator

No description provided.

src/component/misc/DataGridExpandRenderer.tsx Show resolved Hide resolved
src/component/misc/DataGridExpandRenderer.tsx Outdated Show resolved Hide resolved
src/report/ReportRecordProcessing.tsx Show resolved Hide resolved
@@ -257,7 +257,7 @@ function RenderArray(value) {
return mapped;
}

function RenderString(value) {
export function RenderString(value) {
const str = value?.toString() || '';
if (str.startsWith('http') || str.startsWith('https')) {
return (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Test cases / coverage addition is missing for added functionality
  • PR to neodash is missing against this functionality (there is already an expandGridRenderer is opened, maybe we can update that). This will need finishing the contribute training.

@brahmprakashMishra brahmprakashMishra merged commit 62eba33 into develop May 6, 2024
brahmprakashMishra added a commit that referenced this pull request May 8, 2024
…dCellRenderer"

This reverts commit 62eba33, reversing
changes made to 4857ce2.
brahmprakashMishra added a commit that referenced this pull request May 8, 2024
Revert "Merge pull request #114 from mercedes-benz/VULCAN-650/Expande…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants