How to check for empty dataProvider value. When I do not have it, it shows an empty value, but I would like to redirect if the sample from the database is empty.

  • one
    See the number of items, for example. $ provider -> getCount (); - fedornabilkin
  • Thank. Works. - Victor Vasilyev

0