No data available in table when use database table

No data available in table when use database table

zsoltzsolt Posts: 2Questions: 1Answers: 0

Hello

I'm a beginner with datatables editor.
I use Generator to make a page from where I edit a Postgresql table. The table hava about 170 record and 3 columns.
Success.

I repeat the procedure for a table with about 8000 record and more then 150 fields. I use only 9 from this fields in my form. the table was created by others in Microsoft SQL, I imported it in Postgresql.
When I load the page i got No data available in table.
I use the debugger and i see this response for table.mytable...

{"data":[],"options":[],"files":[]}

I got no data but I don't know why? I think the table is to big?

Answers

  • zsoltzsolt Posts: 2Questions: 1Answers: 0

    Sorry

    It was my mistake. I think I overwrite the config.php when I copy the files to the server, but not. In the config.php was a wrong database name.

    Now I can work with the big table.

This discussion has been closed.