Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get the data through Ajax and render it in the table #179

Open
sheep5250 opened this issue May 6, 2022 · 1 comment
Open

How can I get the data through Ajax and render it in the table #179

sheep5250 opened this issue May 6, 2022 · 1 comment

Comments

@sheep5250
Copy link

The current data cannot be displayed in the table in time . In which way should I get the data.

@paramquery
Copy link
Owner

grid makes remote requests on its own if dataModel.location = "remote"

If you want to make the Ajax call yourself, then keep dataModel.location = "local" and assign the data from Ajax response to grid.

it's explained here: https://paramquery.com/tutorial#topic-loaddata

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants