You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common UX with tables is to have clicking anywhere on the row take you to the show page for that item. It would be great if this could be added as an option to exzeitable.
Describe the solution you'd like
One option could be another configuration option when calling use Exzeitable.
For instance,
useExzeitable,repo: MyApp.Repo,routes: Routes,path: :user_show_path,action_buttons: [:edit],row_click_action: [:show],# new field to give an action for clicking on the rowper_page: 20,disable_hide: true,query: from(uinUser),pagination: [:bottom],fields: [first_name: [],last_name: [],type: [function: true]],# Optionaldebounce: 300
Additional context
n/a
The text was updated successfully, but these errors were encountered:
I think that adding this as an option is a great idea! I don't know if I have time to implement this in the short term however. Are you interested in opening up a PR?
A common UX with tables is to have clicking anywhere on the row take you to the show page for that item. It would be great if this could be added as an option to
exzeitable
.Describe the solution you'd like
One option could be another configuration option when calling
use Exzeitable
.For instance,
Additional context
n/a
The text was updated successfully, but these errors were encountered: