filter attribute table by using feature table

1004
2
Jump to solution
11-26-2018 09:31 AM
MRReddy
Occasional Contributor

i used below code to display table how to filter data

var myFeatureTable = new FeatureTable({

featureLayer : FeatureLayerData,

map: map,

syncSelection: true,

showRelatedRecords: true,

showAttachments : true,

fieldInfos: [ { format: { template: "${ID}", places: 3 } } ],

outFields: ["*"], }, 'myTableNode');

myFeatureTable.startup();

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

See this thread, where I answered this question.

https://community.esri.com/thread/174610 

View solution in original post

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

See this thread, where I answered this question.

https://community.esri.com/thread/174610 

0 Kudos
kuttamuwa
New Contributor

Thanks but we shouldn't keep that answer as forever since it is using dojo and very complicated for just a filtering. I guess this should be an idea of filtering button in attribute table.

0 Kudos