Skip to content

Quick Links and other questions? #73

Answered by tfwright
Rio517 asked this question in Q&A
Discussion options

You must be logged in to vote

Is there a way to specify and order the columns rendered in the index table independently of those in the show/edit page?

No, the order is determined by the Ecto schema definition for both. You would need to override one of the components to control the order, unless you can come up with a clever way to use CSS overrides

Is there a way to restore that functionality or to otherwise add an arbitrary column I could inject a set of buttons that linked to other pages based on the current record's id

No and no, but you could use the render_with config to make one of the fields include a link.

is there a way to use search for equals rather than contains?

No, although an "advanced" search i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tfwright
Comment options

@Rio517
Comment options

Answer selected by tfwright
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants