-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
registerRepresentationの第2引数の形式 #185
Comments
@otolab
あたりかなぁと思うんですが。 |
"集計"処理自体としては間違っていないと思うので、
引数として渡す渡し方だけ考えればいいかな。 store.jsの_defaultRepresentationの処理もそこにまとめてしまう(_defaultRepresentationはそれを出力するだけにする) |
そうですね。この方針でやろうと思います
了解しました! ありがとうございます |
単純に、 |
|
EasyDC.Store.registerRepresentation
に関数を登録し、data-tableのrepresentationsで指定すると、が渡されて、そのカラムの値だけでなく他のカラムの値も使って表示を整形できるが、
この第2引数で渡されるオブジェクトに文字列型が含まれる場合、文字列の値ではなくオブジェクトが渡されてきて、取扱が難しい。
具体的には下記のようなオブジェクト。
ここで、segment、project、segment_folder_name、segment_nameが文字列で、値がオブジェクトになっている。
これを、単純に各フィールドの値を渡してほしい。
The text was updated successfully, but these errors were encountered: