-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Take a widget by default, add specializations for Text #9
Comments
That would be a good change to make. When I originally wrote this, there was no Additionally, there was no
Now, it's just this:
So, at this point in time, many of the advantages provided by For what it's worth, I do not actively maintain this library anymore. In all of my own projects, I have replaced it with colonnade and yesod-colonnade. What I would encourage you to use |
I was not aware of colonnade, I am reading the sources right now, it looks amazing. In fact, I think I will be using that instead since I am just starting this project out, so I'll close this issue for now. You won me over when I saw the nested table headers, it looks very well thought out. |
Thanks! For the benefit of future passersby, I've added a deprecation notice to the readme for this package, and I've marked this package as deprecated on hackage. In both place, it is mentioned that |
As per title, I think this library would benefit from exposing all convenience functions so that they take a widget as the first parameter, as opposed to text to control the
<th>
. I've read the sources and your comment on the matter, so I know thought went into this, but have you considered:Do you think this is a worthwhile approach? It seems like a lot of unnecessary code in the library itself but that could be mitigated by pushing specializations downstream, seeing how easy they are to create, given such a
widgetToText
combinator.Edit: I should mention my motiviation for this: I would like to be able to control the class/id set on the
<th>
as i am building a sortable table.The text was updated successfully, but these errors were encountered: