creativetimofficial / vue-paper-dashboard

Creative Tim Paper Dashboard made for Vue

Home Page:https://www.creative-tim.com/product/paper-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New line in table cell

PaulCombal opened this issue · comments

Hello,

Is it possible to have a new line in table cells, so that one of those solutions would work:

        tableColumns: [
          {
            prop: 'my_prop',
            label: 'My Prop',
            minWidth: 150
          }...]
tableData = [{
    my_prop: "First line \n <br/> Second line" // No new line
}]

I'm following this example.

Thank you