Hi,
I am new to weweb.
I have a database in MySQL, I want to edit data from one table in the Data Grid Element with Inline editing.
I created the connection to the database, and it works.
I create a collection with the table I want, and it works.
When I connected the Data Grid with the collection all rows from my table appeared in the data grid (more than 200 rows). I have set Pagination to 25 rows.
As you can see in the screenshot there is a message in the orange background saying that there is a performance issue.
Also, the Editor is too slow and crashed one or two times.
Yes, that tells me you setup pagination properly at collection level but I can’t tell if you bound to the collection or collection data because this part here is hidden in your screenshot:
That said, I realize I got mixed up in my previous explanation! You actually need to bind to the collection and not the collection data when using the frontend pagination because the paginator needs that limit information which is inside the collection object
This can happen when the container is bound to a collection with no data. For example, if it’s bound to a collection that only sends back information for a specific user but no user is logged in.
If you look at your collection, do you have data in there?
Unfortunately, I can’t make data from my collection to be displayed in my table.
The Project is: “ArgINFO MySQL”
There is only one page in this project named: “Home”
The collection name is “Companies-01”
Could you please check my project to see why I can’t display my data and inform me?