Quantcast
Channel: Editor — DataTables forums
Viewing all articles
Browse latest Browse all 3740

Problem with Datatable CSV import

$
0
0

Good night

I have a problem using the Datatable CSV import example:
https://editor.datatables.net/examples/extensions/import.html
To select the data to be imported, the Papa Prase library is used.
The problem is that to confirm the import, this library requires that the name of the fields only contain the name of the field without the name of the table to which they belong.
Example:
name: "description",

The problem is that I am using table joins leftJoin related, so I have to forcefully use the table name:
Example:
name: "table.description",

Is there an alternative for this case?

Thanks


Viewing all articles
Browse latest Browse all 3740

Trending Articles