jQuery UI Widgets Forums Grid Removing labels in aggregates

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 10 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Removing labels in aggregates #63675

    andy8
    Participant

    Hello everybody,

    A simple question: how to remove labels in aggregate columns? If we use custom aggregates – like this:

    		aggregates: [{ '':
    					function (aggregatedValue, currentValue) {
    						if (currentValue) {
    							return aggregatedValue + currentValue;
    						}	
    						return aggregatedValue;
    					}
    				}]

    the labels are removed, but it still leaves the colon “:” character. How can I get rid of these colons?

    Thanks

    Removing labels in aggregates #63682

    andy8
    Participant

    Answered my own question: aggregatesrenderer is the solution to render any output strings in labels. Perhaps Peter or Dimitar can suggest a more simple way of doing that.

    Removing labels in aggregates #63687

    Dimitar
    Participant

    Hello andy8,

    This is the way we would have suggested you, too.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.