Sarveshgithub / sfdc-lwc-lightning-datatable

Salesforce Lighting Data table
MIT License
78 stars 28 forks source link

[ Feature ] - LookUp Filter #244

Closed Sarveshgithub closed 1 year ago

Sarveshgithub commented 1 year ago

Is your feature request related to a problem? Please describe. Data Table should have the option to filter records based on a related lookup field

Describe the solution you'd like The solution to this is - there will be a picklist that has the option of lookup data of the different object, so once user select the record, it should match with related lookup filed

Example:

Contact has Asset lookup (Asset__c)

so if User select 'Monitor' ( asset), then it should filter contact who has 'Monitor' asset.

Shout Out 📣 @gregsmythe for this Feature

Sarveshgithub commented 1 year ago

this is implemented