You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm wondering about documentation/examples for the (free) DataGrid's logger, logLevel and icons props. For logging, I've tracked down this code but seems as though custom logger, logLevel would only be propagated via an options prop which is not in the official API docs (I've seen this prop in older SO posts so possible deprecated?). Also looking for clarity on the icons prop -- is this deprecated in favor of passing Icons via the components prop or is it something else altogether?
I have searched the issues of this repository and believe that this is not a duplicate.
Motivation 🔦
Making thorough DataGrid docs even better 👍
Thank you so much for any help and for the awesome work that you do.
The text was updated successfully, but these errors were encountered:
Do you have a specific use case in mind? So far, I didn't document this feature when I wrote the first (/second) version of the documentation so:
we can consider it private, allowing us to remove/refactor it without it being a breaking change or even mentioning it.
forcing developers to come up with a solid problem that this feature could solve. Short of it, we can keep it internal for internal development use cases.
Thanks so much for a speedy reply!
Re:2nd point I was really just running through the API to spec out all of our potential options for functionality and trying to understand how I might use the logging props so definitely non-blocking for us and more of a documentation/visibility question. FWIW if uses cases are low and its largely private, I think hiding it from Docs is a good solution to avoid confusion 👍
Hello! I'm wondering about documentation/examples for the (free) DataGrid's
logger
,logLevel
andicons
props. For logging, I've tracked down this code but seems as though custom logger, logLevel would only be propagated via an options prop which is not in the official API docs (I've seen this prop in older SO posts so possible deprecated?). Also looking for clarity on theicons
prop -- is this deprecated in favor of passing Icons via thecomponents
prop or is it something else altogether?Motivation 🔦
Making thorough DataGrid docs even better 👍
Thank you so much for any help and for the awesome work that you do.
The text was updated successfully, but these errors were encountered: