WrkL
Getting table sort url and pass it to the create or edit page
Hi, how can i get the url param like tableSortColumn=name&tableSortDirection=asc and pass it to create or edit page?
what i want to achieve is when the user sorting some column in the list page then it still preserve the sorting after creating or editing the record
5 replies
How to properly hide / show headerAction dynamically ?
as shown in the video, the header action should be hidden on mount but it didnt and it also render three dots menu when the button is hidden.
it work as intended when i replace the hidden method to be extraAttribute ( alpine x-show )
below is the code :
7 replies