Closed saemideluxe closed 2 years ago
I added a simple example and will make a pull request later.
Okay, thanks.. In the future please make the PR first and linke the issue inside the PR description (like this: #89 ), before you close the issue. That way we will know which PR will solve the issue.
(FYI you can link an issue by just typing #89
)
This pull request #95 would solve the issue. Thank you.
The docstring for the Datatable component is a bit too technical, especially when using it for the first time. We should add some example code on how to display a simple table from a simple datastructure like
or something similar.