Drupal module for displaying data in the form of a table

Is there a Drupal module that:

  • opens a user table in the same Drupal database
  • displays all columns and rows in HTML format <table>
  • (best) supports pagination
  • (optional) allow you to filter a range of data through SQL

Thank!

+3
source share
1 answer

Look at the table wizard and view the modules.

+4
source

Source: https://habr.com/ru/post/1762767/


All Articles