Skip to content

Commit

Permalink
Adds the "columnWidthsMode" attribute (#149)
Browse files Browse the repository at this point in the history
* Adds the "columnWidthsMode" attribute

* Moves the new "columnWidthsMode" attribute one line up.
  • Loading branch information
renatoliveira committed Jun 8, 2020
1 parent 7009d16 commit c2be524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lightning-stubs/datatable/datatable.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import { LightningElement, api } from 'lwc';

export default class Datatable extends LightningElement {
@api columnWidthsMode;
@api columns;
@api data;
@api defaultSortDirection;
Expand Down

0 comments on commit c2be524

Please sign in to comment.