Hi, its possible to have current records count (init, but also after filtering or searching) in table header? I tried multiple ways, but without luck yet.
Solution:
looks like its working with:
```
public function updated()
{...
meh.. its working with search, but not with filters for some reason 😦
ok it was my fault, view was blade component, not livewire component, now its working