Unfortunatly I need the form context (args = set on the calling menu item) to decide which value needs to be initialized. This context is not available at the table level.
Furthermore I guess that the "initValue" method of the table will also be executed in the "super()" context of the form data source initvalue method and therefore the line after the super() call mentioned in the original post will override the value.