You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i really want to know why the custom Column doesn't work
there is no error just the render method is not being called as i added a print on it and got nothing
The text was updated successfully, but these errors were encountered:
my case is simple i have a Product PaymentType and Price
i want my table to have as columns name, PT1, PT2, PT3 ...etc
and match the values so on PT1 i get the PaymentType id pass it to my model method
and get the price, but it doesn't work like this
the custom Column
the Table
i found a working solution but i still want to use a simple method like this .
the working solution create a model method that return a dict
and traverse it like this... full init method
i really want to know why the custom Column doesn't work
there is no error just the render method is not being called as i added a print on it and got nothing
The text was updated successfully, but these errors were encountered: