EnhancedLightningGrid icon indicating copy to clipboard operation
EnhancedLightningGrid copied to clipboard

Component that allows you to sort and filter data within the Lightning Experience. Use as a replacement for a Related List, or create a new grid that shows results from a custom query.

Results 83 EnhancedLightningGrid issues
Sort by recently updated
recently updated
newest added

Created a sortable data grid selected a bunch of fields from the field finder. filter criteria does not display any of the multi picklists even though it occupies the space...

Hi All, We have a problem with duplicate Contracts showing when using Sortable Grid. This is not affecting all users but we have a few users who can see duplicate...

The field finder, and by inference the validation check fails when used with anything other than articles with the topic assignment object. ![image](https://user-images.githubusercontent.com/3750471/168598466-8a44dc4c-5364-40de-bcb0-8c6ab3034806.png) File finder finds list of potential linked...

It would be expected that a column with no filter will not create an empty section in the layout. ![image](https://user-images.githubusercontent.com/33075738/167961859-129eedfa-f34c-4a6e-8e3e-a572375f3f08.png) ![image](https://user-images.githubusercontent.com/33075738/167962037-0bcc3564-6faf-4ec1-b877-f5161615818f.png) ```Java final sortablegrid.SDGField relatedToField = new sortablegrid.SDGField( FIELD_ID_RELATED_TO, 'Related...

As it says, the `FieldOrder` attribute of `sortablegrid.SDGField` is ignored. ![image](https://user-images.githubusercontent.com/33075738/167961698-0ad1858b-4cd5-4a89-96dd-42c619bdf06f.png)

For example in my company people are french, how we can translate some fields ? Because in custom label fields are locked. I spoke about the differents english elements ![image](https://user-images.githubusercontent.com/99925033/154647038-448f813f-bc50-49b3-bcae-c88e2271bd55.png)...

This issue affects SDGs created using an Apex (`sdgIDataProvider`) based data provider. **Issue** When the user changes a filter or the page size, the page number resets to 1 on...

As the title says - the `options` argument is ignored in the constructor. See below for an example: ```Java global sdgField(String ID, String Label, String ColumnName, String FieldType, String FieldStyle,...

I have tried using ELG for querying Big Object data. I have come as far as creating the custom object definition using the SDG object. The Field Finder was able...

I upgraded the package to the latest version. I tried to edit the page layout from the app builder. It populated this error message when I tried to save.