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.
YUI データテーブルにカスタム クラスを追加する方法を一生理解できません。
例えば、
<table class="custom-class">...</table>
YUI3 では、次のようにするだけです。
var datatable = new Y.DataTable(...); datatable.get('boundingBox').addClass('custom-class');