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

I'm trying to utilize the grid component in a custom lightning component I am building but getting the following error: ![screen shot 2018-10-15 at 5 49 10 pm](https://user-images.githubusercontent.com/2153600/46986146-aec18e80-d0a2-11e8-8087-10ff4d256b03.png) Upon further...

Is it possible to reference fields on the record page in a query? For example, return results that show the same Industry as this record. I imagine the Sortable Data...

When creating an action on a custom list, we are allowed to provide some custom event parameters, which are supposed to be notated using a "#fieldname#' notation. This is detailed...

If I have the grid populated with any double values, columns with a zero are simply not displayed. I think this is the culprit: `var datachunk = field.datachunk; var datachunkid...

The base sdgDatagridCell.cmp has the layout for the individual cells: {!v.body} There is no included definition for the pullleft class, but text defaults to left-aligned, so that's the default for...

First, when i use this, the page numbers when using the pagination are not there. It seems to have the correct number of blank spots in the list but no...

Hope this is the right place to post this and apologies if its not. The challenge I am having revolves around querying data based on a current logged in User....

Hello Team, We are using this code to do some customizations. I am trying to repackage this code but run into the following test errors: Is this under development? And...

I created a grid based on Opportunity and want to display a custom Account field Account.Credit_Limit__c (which is a field type of Currency) But the query created by this tool...

When using the e.force:NavigateToURL to navigate to a relative url for a VF page, I get an error: The link you followed isn’t valid. This page requires a CSRF confirmation...