Skip to content

Commit ecfd72f

Browse files
committed
Add errors section
1 parent fc24efb commit ecfd72f

File tree

1 file changed

+30
-0
lines changed
  • content/en/docs/marketplace/platform-supported-content/modules/data-widgets

1 file changed

+30
-0
lines changed

content/en/docs/marketplace/platform-supported-content/modules/data-widgets/data-grid-2.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,3 +620,33 @@ Legend:
620620
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.
621621

622622
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

Comments
 (0)