DataTable's custom cell rendering
DataTable's custom cell rendering
Hi. I'm nubie for datatable and a second day unable to find right method for my purposes.
Is there a way for custom rendering a datatable's cell with following abilities:
1) I need a full data for cell (not last displayed value)
2) Also i need access to <TD> element, that will display my data.
3) Method should be call after column resizing
I need it because:
1) I required to cut a cell's data for adjusting in td
2) If i cut a data, then i should add "clickable" class for td, either i should remove this class (if it exists)
Best regards. Alexey