Serenity: How can I refresh the Grid data in the dialog?

Created on 18 Nov 2016  路  3Comments  路  Source: serenity-is/Serenity

How can I refresh the Grid data in the dialog?
I use method in dialog to refresh the Grid data.

AdmMailGrid.prototype.refresh();

But it didn't work.

Most helpful comment

I use

$(".refresh-button").click();

All 3 comments

Show Error:
TypeError:Cannot read property 'populate' of undefined

I use

$(".refresh-button").click();

It works!Thank you very much!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Estrusco picture Estrusco  路  3Comments

stixoffire picture stixoffire  路  3Comments

ga5tan picture ga5tan  路  3Comments

JohnRanger picture JohnRanger  路  3Comments

dudeman972 picture dudeman972  路  3Comments