Nasr Aldaya
Nasr Aldaya
It seems like the same problem as [issue 2028](https://github.com/nuxt/ui/issues/2028)
@benjamincanac When the page loads and there are selected values, the `selected `computed property doesn't correctly reflect those values, leading to an incorrect length. However, I noticed that `props.modelValue.length` always...
@benjamincanac The filter condition isn't working on page load, and the `selected` computed property is empty.  The result: ``` const options = [ { key: 'id', label:...
It deals with a sortable column th as a custom button with custom styles. You can customize it however you want and match its style with your own "th". Here’s...