Relation tables

Relation tables

KolesarKolesar Posts: 1Questions: 0Answers: 0
edited January 2014 in General
Hi,

I have a two tables in database with relation

users_table
id
username
...

addtitional_user_data_table
id
user_id
field_name
field_data
...

I want to create editable DataTable where I can add new user and add unlimited additional data in relation table. It is possible? If yes, how? Any help, any suggestion, please.

BR

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395
    DataTables' Editor supports joins:
    https://editor.datatables.net/tutorials/php_join
This discussion has been closed.