meabhisingh / mernProjectEcommerce

This is MERN Stack Ecommerce Project Made to Teach MERN Stack on YouTube
1.17k stars 833 forks source link

TypeError : params.getValue is not a function this error is pop up in MyOrder.js file does anyone know the solution for this error reply me #60

Closed nilabhjaiswal closed 1 year ago

sk394 commented 1 year ago

renderCell: (params) => { return params.row.status=== "Delivered"? <div style={{color:"blue"}}>{params.value}

: <div style={{color:"red"}}>{params.value}
; }

nilabhjaiswal commented 1 year ago

yes it is not a function i also try this one but this is not working so i just move forward ........

On Tue, 1 Aug 2023 at 20:08, Suman Khadka @.***> wrote:

renderCell: (params) => { return params.row.status=== "Delivered"? <div style={{color:"blue"}}>{params.value} : <div style={{color:"red"}}>{params.value}; }

— Reply to this email directly, view it on GitHub https://github.com/meabhisingh/mernProjectEcommerce/issues/60#issuecomment-1661421409, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHYGCQOQNEMWGJJYXMUPLWDXTHADDANCNFSM6AAAAAAZBUIRKE . You are receiving this because you modified the open/close state.Message ID: @.***>