Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2012 年のグリッドの例では、グリッドの境界線は単純に次のように設定されています。
TableElement _table; _table = new Element.tag("table"); _table.border="1";
残念ながら、border は DART の TableElement クラスのセッターではなくなりました (バージョン 1.1.1 を実行)。省略すると、罫線のない表になります。境界線を設定するにはどうすればよいですか?