Would it be possible to get the DisplayLabel and Visible properties added to the Javascript Field type for the next release?
Thanks, Bob
Would it be possible to get the DisplayLabel and Visible properties added to the Javascript Field type for the next release?
Thanks, Bob
Also the DisplayWidth…
Hello, Bob!
At the moment it reads field properties when Bin2DataStreamer is used and IncludeSchema is true. The only unclear thing is that property names are forced to camelCase (js naming convention), so those would be displayLabel, visible and displayWidth.
If you need other use cases, please tell.
Hi Valeriy - got it working, thanks. I modified DataAbstract.js Field type to have the new properties, and also Bin2DataStreamer.prototype.readField and RemoteDataAdapter.prototype.createTableFromSchema. I’m using winter release.
Cheers, Bob