Skip to content

Add example of advanced table functionality #529

Answered by rmorshea
sylvoslee asked this question in Question
Discussion options

You must be logged in to vote

It looks like ag-grid has some React bindings. You could probably just use it out of the box:

import idom

ag_grid = idom.web.module_from_template("react", "ag-grid-react")
AgGridColumn, AgGridReact = idom.web.export(ag_grid, ["AgGridColumn", "AgGridReact"])

There may be some limitations, but from what I can tell basic things should just work.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by sylvoslee
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rmorshea
Comment options

@sylvoslee
Comment options

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