Some rudementary refresh support in crud tab bound to execute action (should be replaced with dynamic action list on form)
This commit is contained in:
parent
914d2fe9fa
commit
ad3f605ada
5 changed files with 16 additions and 5 deletions
|
|
@ -50,3 +50,8 @@ void CrudTab::setConfig(std::shared_ptr<OpenDatabase> db, const PgClass &table)
|
|||
//{
|
||||
|
||||
//}
|
||||
|
||||
void CrudTab::refresh()
|
||||
{
|
||||
m_crudModel->loadData();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue