NullRefExcep/yii2-datatables

Cannot add other column types

Setitch opened this issue · 6 comments

As in subject

@Setitch please, give the example of usage widget with custom column types?
How you see this case?

Mostly i need to add details opener, what you can only add are links, which are not exactly enought, i have more than 10 datatables on board, so i need to put something there - like constant string, or similar

Please, give the example of usage widget in your code and we can implement this feature.

I want to create other ,,rendered'' collumn, but i cannot. The only one rendered is already written and used by that columnclass and thats all....

Ok, i hacked it around with quite much code but it works^^, its not very nice looking, but you can close it

@Setitch you can look example of custom column in LinkColumn.
You have to set render properties to you column object.
This properties will be using by DataTables for rendering.