Postponed (maintainer needs more info)
Project:
Views Custom Table
Version:
2.0.6
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2024 at 22:49 UTC
Updated:
30 Sep 2024 at 03:57 UTC
Jump to comment: Most recent
Comments
Comment #3
joseph.olstadYou might want to try version 2.0.6
also, it's good to read the README.md
https://git.drupalcode.org/project/view_custom_table/-/blob/2.0.x/README.md
VIEWS CUSTOM TABLE
CONTENTS OF THIS FILE
INTRODUCTION
The Views Custom Table module gives the functionality to integrate your custom
table to views. So you can use strong features of the views for your custom
table. This module use hook_view_data() to implement functionality.
For a full description of the module, visit the project page:
https://www.drupal.org/project/view_custom_table
To submit bug reports and feature suggestions, or to track changes:
https://www.drupal.org/project/issues/view_custom_table
REQUIREMENTS
This module requires the following modules:
Views (Drupal Core)
Views UI (Drupal Core)
INSTALLATION
Install as you would normally install a contributed Drupal module. Visit:
https://www.drupal.org/docs/extending-drupal/installing-modules
for further information.
CONFIGURATION
Configure user permissions in Administration » People » Permissions:
Add custom table in views
Administer all custom table in views
Administer own custom table in views
Manage custom tables in Administration » Structure » Views » View CustomTable menu.
Alternately, there's instructions on the project page:
How to use:
Comment #4
joseph.olstad