Skip to content

Custom column headers #35

@0xdabbad00

Description

@0xdabbad00

Similar to issues #32 and #16 I would like to be able to modify the column header. Specifically, I would like to be able to add React-Bootstrap tooltips to my column headers. So when you hover over a column header it explains in more detail what that header means.

Related to this is being able to have a column header reference name that is different than the text that is displayed there. For example, is it possible to have a column named something like Order Number but internally it is referred to as OrderNum? Or maybe you make your site international and use the text Número de orden for Spanish speakers, but I want to be able to write code that just references a single variable name.

The place where I'm currently experiencing some amount of nuisance with this, is when external results gets sorted. I have to convert Count to NumSystems on my server for the code shown here: https://github.com/DynamicTyped/Griddle/issues/14#issuecomment-64094434

If I then decide to rename it on the front-end to Number of Systems, I'll have to make another change on my server. I would prefer not to have to make changes to my server when I only change some text on my front-end.

This is sort of two issues, but very related as it all comes down to wanting to modify what is shown for my column header, and wanting to be able to reference that column using a different name.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions