FeatureTable 4.x Questions

761
2
11-09-2020 12:27 PM
JoshObrecht1
New Contributor III

I am just starting to use version 4 of the Javascript API and had a couple of FeatureTable questions that I could not find the answer. It may be possible these aren't implemented yet.

1. Is there a way to remove the checkbox column? I just want the columns of data.

2. Is there a way to set the width of the columns?

0 Kudos
2 Replies
KavishGhime3
New Contributor II

Hello @JoshObrecht1,

  1. Checkbox column:
  2. Width of column:

You can contact Support Services if you want to log enhancements on above issues.

0 Kudos
mheroui
New Contributor

Hello JoshObrecht1,

To remove checkbox column in FeatureTable just add the following line:

visibleElements: { selectionColumn: false } when you create the new FeatureTable.  See link bellow: http://gis.kaiquan.com.cn/latest/sample-code/sandbox/index.html?sample=widgets-featuretable

0 Kudos