Hi,
Firstly, I couldn't find the server side implementation in the link you sent.
Secondly, please kindly help me with another issue. I have to change background color of some cells in "mounted" event. I have the row index and column name. How can I change the cell background color using these information?
for example, I want something like this:
cell[0][id].addClass('red');
which '0' is my row number and 'id' is my column name.
Is there any similar approach available?
Best Regards
Masoud Moghaddari