-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Custom indexTitles #27
Comments
I think I found a way how this can work. Maybe we can document it If I create a TableSection without models and without header, but with indexTitle then I will have index but no data in the table. And later I can update this section when I have some data 👍 |
However in this case it would be useful to mark |
I think code will describe my idea in a better way. This is what I came up with for now
|
Hello!
I have a suggestion to improve about indexTitles for sections.
Below is the current code for section indexes. It is based on the
indexTitle
property of theTableSection
. However pretty common case is to have the full alphabet in theindexes
even if your table contains only couple sections with titles likeC
andH
. So I think the best way would be to somehow divide indexTitles from sections.I will be able to make a PR about that as soon as we switch our project from FlowKit to Owl.
The text was updated successfully, but these errors were encountered: