We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fetching dictionaries is already implemented
routes: /dictionaries/:dicName
use module #fixed-data-table for table (check src/modules/rating/components/RatingTable.jsx for example)
fixed-data-table
src/modules/rating/components/RatingTable.jsx
How to implement links (left menu with list of dictionaies) - check src/modules/rating/components/SpecoffersList.jsx
src/modules/rating/components/SpecoffersList.jsx
example view:
for the beginning just implement view for this dictionaries: (check src/modules/dictionaries/constants.js)
src/modules/dictionaries/constants.js
DEPARTMENTS ENROLMENTS_TYPES ENROLMENTS_STATUS_TYPES TIMEPERIODS
The text was updated successfully, but these errors were encountered:
we can use react-bootstrap-table for table component (link)
react-bootstrap-table
Sorry, something went wrong.
No branches or pull requests
Fetching dictionaries is already implemented
routes:
/dictionaries/:dicName
use module #
fixed-data-table
for table (checksrc/modules/rating/components/RatingTable.jsx
for example)How to implement links (left menu with list of dictionaies) - check
src/modules/rating/components/SpecoffersList.jsx
example view:
for the beginning just implement view for this dictionaries:
(check
src/modules/dictionaries/constants.js
)The text was updated successfully, but these errors were encountered: