Jan Pieter Waagmeester
                                            Jan Pieter Waagmeester
                                        
                                    You are welcome to contribute to the docs, I am not a haystack user myself, so I am not able to effectively create the example.
@BielStela Yes, it's expected behaviour. You are welcome to open a PR.
@frishberg I'm not sure if this is still relevant, but I don't see any `table_data` definition in your example?
Fixing the edge-cases of sorting `ListData` is not something very high on my list, as we use the database to do the sorting in most if not all of our...
Like I said: patches welcome!
@vincentwhales There is currently no way to have the default table created add links. I suspect you want something like the admin default letting the first column link to the...
We might be able to incorporate such a feature into django-tables2, if someone is willing to implement it ;)
If we want it to be a an option for generated tables, I'd say [`table_factory`](https://github.com/jieter/django-tables2/blob/dbbd44e27464cfa82966341298c1f40a2ad5e36a/django_tables2/tables.py#L707) is the place to add this. In turn, it needs a `linkify` Meta attribute allowing...
I replaced `Table` in the autogenerated tables names with `AutogeneratedTable`. This is not a complete solution, but will hopefully improve this situation a bit.
@ygwain I did not write the sorting logic of `TableListData` myself, so I am am not aware of the reasons for this particular implementation. You are welcome to open a...