Blue highlight at the bottom of Data Grid #3719
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Sorry, I don't know how to help with that. I did do a search though, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
🤖 Hello @nivedabala! I'm Dosu, a helpful bot here to assist you with your bugs and queries, and guide you in becoming a contributor to Paste. While we wait for a human maintainer to join us, I'm here to help you. Let's get that Data Grid looking right! Based on the information you've provided, it seems like the blue highlight at the bottom of the Data Grid component might be due to some custom styles or behaviors that are not part of the default implementation of the Data Grid in the Paste design system. The Data Grid component in Paste is composed of several sub-components, including The radio buttons in your Data Grid rows might be implemented using the If the blue highlight is related to the selection of a row or a cell in the data grid, it might be due to some custom behavior implemented in the To help you further, could you please provide more details about your implementation? Specifically, it would be helpful to know:
This information will help me understand better what might be causing the blue highlight at the bottom of the Data Grid. You can refer to the Data Grid component documentation and the source code for more information about the default implementation and styling of the Data Grid in the Paste design system. Looking forward to your response! Best, Sources
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
Beta Was this translation helpful? Give feedback.
-
Hi @nivedabala, Our DataGrid component has a full grid highlight when it is in "Actionable" mode I'm not quite sure why the highlight is getting cropped on the top and either side... Can you create a minimal repro in Codesandbox please? |
Beta Was this translation helpful? Give feedback.
I was actually able to fix it so that the whole table highlights when there is a selection once I removed overflow="autoscroll" from the Box component surrounding the DataGrid!