Skip to content

Commit

Permalink
add read_table module descripition
Browse files Browse the repository at this point in the history
  • Loading branch information
szofett committed Feb 17, 2020
1 parent 66263a1 commit 7ebffc4
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions official_docs/hu/modules.rst
Expand Up @@ -137,21 +137,14 @@ Hívások:
read_table
----------
Általános leírás:
* Görgethető html táblázatot hoz létre, ami egy linken keresztül elérhetővé lehet tenni.
* Hozzá kell adni ezeket a sorokat a *".htaccess"* fájlhoz, ahol .... be kelle hejettesítsd a saját projeted táblázatának a nevét
* Pl.: RewriteRule ^view-table/(.*)/$ /projects/..../includes/modules/results_asTable.php?view&table=$1&%{QUERY_STRING} [NC,L]
Paraméterezés:
* schema.table, vagy
* schema.table:default-order-column
Függvények:
Hívások:
Present a table or an sql view as a rollable html table. This table is available with a unique link.

Calls:

General description:
Add these lines to .htaccess file where .... should replaced with your project table name
# read table module
RewriteRule ^view-table/(.*)/$ /projects/..../includes/modules/results_asTable.php?view&table=$1&%{QUERY_STRING} [NC,L]

Parameters: schema.table
or
schema.table:default-order-column

results_summary
---------------
Expand Down

0 comments on commit 7ebffc4

Please sign in to comment.