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
What version are you using? 0.2.1 What browser? Chrome
Action button should show when I select a row via checkbox
No action button appeared
Here is what I tried
<vue-good-table @on-selected-rows-change="selectionChanged" :columns="columns" :rows="courses" styleClass="vgt-table" :search-options="{ enabled: true }" :pagination-options="{ enabled: true }" :select-options="{ enabled: true, }" > <div slot="selected-row-actions"> <button>Action 1</button> </div> </vue-good-table>
output
https://jsfiddle.net/xb649ech/1/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Type (delete the irrelevant ones)
Specs
What version are you using?
0.2.1
What browser?
Chrome
Expected Behavior
Action button should show when I select a row via checkbox
Actual Behavior
No action button appeared
Steps to Reproduce the Problem
Here is what I tried
output
jsfiddle
https://jsfiddle.net/xb649ech/1/
The text was updated successfully, but these errors were encountered: