Naveen Mahalingam

Results 23 comments of Naveen Mahalingam

This is possible to do. Will try to get this implemented.

The implementation is complex simply because this introduces a LOT of edge cases (literally). Just thought I'd let you know to not expect this soon. Will update this thread when...

This should be possible. But the way the code is structured currently, it may prove to be a little difficult with the coloring options. I'll look into this.

@lepasq Inverting is part of the task. The other would be to reconcile the styling, Column/Row configs, the sorting, etc. If you want to take a stab at it, please...

Closing this as I haven't been able to make any progress on this, and I haven't seen anyone else request for this feature. Please feel free to reopen if you...

I'll look into this, but it'll be awesome if you could share a code snippet or simple example reproducing the bug.

Hey I figured what is happening. The sorting is done after converting every column to string and that includes the calls to the column transformers. I'll see if I can...

For supporting the feature requested in https://github.com/jedib0t/go-pretty/issues/94, I did start working on a `Cell{}` implementation, but I never got around to finishing it as I had to redo a lot...

Can you share your table rendering code you are using for the above? I'm wondering why you'd need the blank lines with separators like above... is it due to you...

Thanks for the detailed info. Will try to get cracking on the `Cell{}` implementation. I think it is needed anyway if I've to make any more meaningful features on the...