interchange / TableEditor

25 stars 4 forks source link

Grid column width #54

Open racke opened 9 years ago

racke commented 9 years ago

Is there a way to control the width of the Grid column? For example, the column with the primary key (integer) takes often too much space.

gregapompe commented 9 years ago

No, they are all "automatic". You could add CSS to plugin. It should contract to some degree though if there are many or long columns.

racke commented 9 years ago

OK, where do we determine the "automatic" size?

gregapompe commented 9 years ago

It's default behaviour of table cells.