'How can i get a drupal 8 database table in a view?

I'm trying to build a view with data from the yamlform module in drupal 8, the yamlform module only sends data to the view in a so called 'rendered view' which doesn't allow to use the seperate fields.

i would like to add the tables and fields from the yamlform to the views module. How do i do this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source