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.
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.