https://github.com/kitware/trame-datagrid
Trame wrapper to RevoGrid component
https://github.com/kitware/trame-datagrid
trame trame-maintenance-program
Last synced: 11 months ago
JSON representation
Trame wrapper to RevoGrid component
- Host: GitHub
- URL: https://github.com/kitware/trame-datagrid
- Owner: Kitware
- License: mit
- Created: 2024-01-18T20:34:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T20:57:09.000Z (over 1 year ago)
- Last Synced: 2025-03-26T08:23:04.122Z (about 1 year ago)
- Topics: trame, trame-maintenance-program
- Language: Python
- Homepage:
- Size: 939 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. |pypi_download| image:: https://img.shields.io/pypi/dm/trame-datagrid
==========================================
trame-datagrid |pypi_download|
==========================================
Trame widget of the `RevoGrid `_ component for vue3.
.. image:: https://raw.githubusercontent.com/Kitware/trame-datagrid/master/docs/trame-datagrid.png
:alt: Example with fake data of what it looks like
License
-----------------------------------------------------------
trame-datagrid is made available under the MIT License. For more details, see LICENSE This license has been chosen to match the one use by RevoGrid which is instrumental for making that library possible.
Installing
-----------------------------------------------------------
trame-datagrid can be installed using pip
.. code-block:: console
pip install trame-datagrid
Development
-----------------------------------------------------------
This component require to build a JavaScript library that bundles RevoGrid into a standalone file that can then be used by trame directly.
Build and install the Vue components
.. code-block:: console
cd vue-components
npm i
npm run build
cd -
Install the application
.. code-block:: console
pip install .
Community
-----------------------------------------------------------
`Trame `_ | `Discussions `_ | `Issues `_ | `Contact Us `_
.. image:: https://zenodo.org/badge/410108340.svg
:target: https://zenodo.org/badge/latestdoi/410108340
Enjoying trame?
-----------------------------------------------------------
Share your experience `with a testimonial `_ or `with a brand approval `_.
JavaScript dependency
-----------------------------------------------------------
This Python package bundle the ``@revolist/vue3-datagrid@3.0.97`` JavaScript library. If you would like us to upgrade it, `please reach out `_.