Nasr Aldaya

Results 4 comments of 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. ![Screenshot 2024-09-21 084935](https://github.com/user-attachments/assets/b15e63ac-082d-4978-97d0-c1c3b5608c4f) 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...