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();
Solved! Go to Solution.
See this thread, where I answered this question.
See this thread, where I answered this question.