OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions Display full column name in datagrid when the name is long

This topic contains 4 replies, has 2 voices, and was last updated by  thinh2010 6 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #34416

    thinh2010
    Participant

    I have some columns with long name, but I want it shows full long name in datagrid. Now it just display few letter, too hard to read and understand.

    Do anyone have idea?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Author
    Replies
  • #34417

    thinh2010
    Participant

    Anyone?

    #34418

    thinh2010
    Participant

    Hi, due to new rules of forum, I update my information about this question.

    Application Type: OroPlatform
    Application Version: 2.0.* (get from composer.json, I dont remember exactly the version, I install the platform few months ago)
    Application Edition: Community

    OS, name and version: Ubuntu 14.04 64bit
    Web server, name and version: Apache,
    Database, name and version: MarialDB 10.0.21
    PHP, version: 5.6.30

    I using Vietnamese in my application. The column’s title of datagrid always display the short title.
    Ex. ‘Ngày làm hợp đồng’ => display ‘NYLMHPN’, or ‘Số lượng sinh viên’ => ‘SLNSVN’

    Could you please give me a solution to display full title in datagrid column?
    Thanks

    #34419

    msulima
    Moderator

    Hi, thinh2010.

    Please, use shortenableLabel: false for configuration of your column.


    #34420

    thinh2010
    Participant

    great, it works. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top