Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add these table tests #6835

Closed
scottdraves opened this issue Feb 13, 2018 · 0 comments
Closed

add these table tests #6835

scottdraves opened this issue Feb 13, 2018 · 0 comments
Assignees

Comments

@scottdraves
Copy link
Contributor

new TableDisplay([[col1: "This & that", col2: "This / that", col3: "This > that"]]);

and

class MyClass {
    def value;
    public MyClass(String value) {
        this.value = value
    }
    
    public String toString() {
        return this.value;
    }
}

def clz = new MyClass("print this")
def tableData = [
   [myclass:  clz]
]
displayObject = new TableDisplay(tableData);
displayObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants