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

MDL-72831: Add action buttons and selectable column #1

Open
wants to merge 1 commit into
base: MOODLE_403_STABLE
Choose a base branch
from

Conversation

sambapete
Copy link

In conjunction you can use these two features to perform bulk actions on selected rows, however they are not exclusive. The action buttons will load a AMD module and call the init() function when clicked. To add the select column to your report source call add_selectable_column() with the table alias that has an id field, e.g. the user table

*** PLEASE DO NOT OPEN PULL REQUESTS VIA GITHUB ***

The moodle.git repository at Github is just a mirror of the official repository. We do not accept pull requests at Github.

See CONTRIBUTING.md guidelines for how to contribute patches for Moodle. Thank you.

--

In conjunction you can use these two features to perform bulk actions on selected rows, however they are not exclusive.
The action buttons will load a AMD module and call the init() function when clicked.
To add the select column to your report source call add_selectable_column() with the table alias that has an id field, e.g. the user table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants