waningflow/vue-virtual-table

Popover Window does not shows up

Closed this issue · 3 comments

Hi There

First I'd like to say thank you for your very impressive component vue-virtual-table.

I'm about to build a big project under VueCLI and your component is just perfect.

Nonetheless I got one major issue.
When I set in the configuration table "filterable" or "searchable" then the popover window do not shows up.. In real it shows up but very fast and close right after...

Then I can't use that properties which is really helpful.

Could you please help me out ?

Thank you

Hello, the issue should has been fixed in v0.2.9. You can have a check.

Hi

I can confirm that the new release 0.2.9 has fixed the issue.

Nonetheless, could you tell me how to set the property "language" to 'en' or another language if possible, because when that property is used then an error appears in the console.
Herewith couple of screenshot that show how I try to use that "langauge" property and all the lable are in 'cn' chinees.
Could you please tell how to set this in english or idelly set any type of language....
Thank you
Capture d’écran 2019-04-25 à 20 16 38
Capture d’écran 2019-04-25 à 20 18 48
Capture d’écran 2019-04-25 à 20 17 22
Capture d’écran 2019-04-25 à 20 17 33
Capture d’écran 2019-04-25 à 20 18 36

Hi

we just figured out how to set that property.
As you can see in the screenshot, we have to put a quote.
At first, we set it like this:
:language="en"

Then just by chance we try that:
:language="'en'"

As you can see surrounding the value with the quote then the labels are in English.

I can close that ticket. But I would love to know if other languages could be used.

Thank you for you very nice component

Cheers

Capture d’écran 2019-04-25 à 20 51 39

Capture d’écran 2019-04-25 à 20 56 22