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
Copy file name to clipboardExpand all lines: content/en/docs/marketplace/platform-supported-content/modules/data-widgets/data-grid-2.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -620,3 +620,33 @@ Legend:
620
620
Resetting filters is possible using **Reset_Filter** and **Reset_All_Filters** actions available as part of the Data Widgets module. Setting up these actions is a manual process that requires creating a nanoflow and setting the name of the filter or data grid to be reset.
621
621
622
622
The name of the filter or data grid can be found at **Properties** > **Common** > **Name**.
623
+
624
+
## Troubleshooting runtime errors
625
+
626
+
### Filter widgets errors
627
+
628
+
> "The filter widget must be placed inside the column or header of the Data grid 2.0 or inside header of the Gallery widget."
629
+
630
+
Widget placement is incorrect.
631
+
632
+
**Solution**:
633
+
Place widget inside Gallery header, Data Grid 2 header or Data Grid 2 column.
634
+
635
+
> "Unable to get filter store. Check parent widget configuration."
636
+
637
+
This error indicates that there is issue with widget settings. Most of the time this error happens when widget is placed in the header of Data Grid 2 or Gallery, but "Filter attributes" settings is still set to **Auto**.
638
+
639
+
**Solution**:
640
+
Switch widget attributes setting to **Custom** and configure the attribute for filtering.
641
+
642
+
> "The [filter] is not compatible with [datatype] data type."
643
+
644
+
This error indicates that attribute configured in the Data Grid 2 for column is not compatible with current filter type.
645
+
646
+
**Solution**: Change filter to appropriate filter type. For example for string attributes use text filter.
647
+
648
+
> "The attribute is not filterable. Please choose a different attribute."
649
+
650
+
This error indicates that it's not possible to use current attribute for filtering due to technical limitations.
651
+
652
+
**Solution**: Read and understand why some attributes are filterable and other are not. Change the model or choose another attribute.
0 commit comments