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 to adjustment dynamic column and data in tabulator using API #3359

Closed
raheelll opened this issue Aug 4, 2021 · 2 comments
Closed

How to adjustment dynamic column and data in tabulator using API #3359

raheelll opened this issue Aug 4, 2021 · 2 comments
Labels
Question - Ask On Stack Overflow Questions must be asked on Stack Overflow

Comments

@raheelll
Copy link

raheelll commented Aug 4, 2021

We have API format JSON like this http://www.json-generator.com/api/json/get/cgdrFRDzQO?indent=2. API response data has column and data. We want to set dynamic column and data with pagination in tabulator table.

How can we do that using API provided format JSON.

Here is documentation link http://tabulator.info/docs/4.9

https://stackoverflow.com/questions/68651853/how-to-adjustment-dynamic-column-and-data-in-tabulator-using-api

Please help us.

Thanks

@raheelll raheelll added the Suggested Feature A suggested feature that is waiting review label Aug 4, 2021
@raheelll
Copy link
Author

raheelll commented Aug 5, 2021

Hi,
@olifolkerd Please can you help us this #3359
Thanks

@olifolkerd olifolkerd added Question - Ask On Stack Overflow Questions must be asked on Stack Overflow and removed Suggested Feature A suggested feature that is waiting review labels Oct 17, 2021
@olifolkerd
Copy link
Owner

Hey @raheelll

Tabulator has no built in way to load columns from an ajax request. you would need to make the request outside of tabulator and then call the setColumns and setData functions on the table.

Cheers

Oli :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question - Ask On Stack Overflow Questions must be asked on Stack Overflow
Projects
None yet
Development

No branches or pull requests

2 participants