Hi all,
I have a custom table into the Drupal database called .
Is there a module that shows the content of this table in Drupal?

It seems that the View module can't be used.

Thank you very much

Claudio

Comments

pixelsweatshop’s picture

You need to add an additional module as only drupal tables are available to views by default. https://www.drupal.org/project/views_database_connector

See https://www.ostraining.com/blog/drupal/views-database-connector/ for a tutorial.

ilclaudio’s picture

thank you nocoz