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 DataTable があり、それを JS オブジェクトに変換する必要があります。しかし、私はこれのための標準的な方法を見つけていません。誰かがこの問題を解決する方法を知っていれば、答えてください。ありがとうございました。
YUI 3.5.0 以降では、 を実行するだけですdatatable.get('data').toJSON()。メソッドを持つ をdatatable.get('data')返すようになりました。Y.ModelListtoJSON
datatable.get('data').toJSON()
datatable.get('data')
Y.ModelList
toJSON