socialpoint-labs / sheetfu-apps-script

A Google apps scripts ORM to manipulate spreadsheets as database tables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table.setItemBackground(...) method should be in Item level

sp-guillem-orpinell opened this issue · comments

I don't see any pro in having it as a Table method. IMO it looks more convenient as:
item.setBackground(color)

Table.prototype.setItemBackground = function (item, color) {