-
Notifications
You must be signed in to change notification settings - Fork 746
[WC-2966] Update docs for data grid v3 #9766
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
Conversation
65fa784
to
ecfd72f
Compare
|
||
{{% alert color="info" %}} | ||
This property requires advanced knowledge of data grid widget. Please read [Grid Wide Filtering](/appstore/modules/data-grid-2/#grid-wide-filtering) and view its examples for additional guidance. | ||
{{% alert color="warning" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This widget prop is deprecated and removed from DG2. Should I delete this section instead of keeping an explanation up?
Seems like this type of notice would be better as a RN somewhere.
|
||
Provides flexibility in how the filter determines which data to filter. **Auto** mode automatically detects filterable attributes from the parent grid when placed in grid columns. **Custom** mode allows manual specification of target datasource and attributes for more complex filtering scenarios including multi-attribute support and cross-entity filtering. | ||
|
||
#### Datasource to Filter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've changed this to "Data source to Filter".
Update documentation for widgets under data-widgets module. This PR includes update on filtering.