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

Action button not showing when selecting a record using checkbox #955

Open
1 task done
VinceSanityyy opened this issue Mar 10, 2023 · 0 comments
Open
1 task done

Comments

@VinceSanityyy
Copy link

Issue Type (delete the irrelevant ones)

  • Bug

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

                    <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
image

jsfiddle

https://jsfiddle.net/xb649ech/1/

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

No branches or pull requests

1 participant