custom directive not called in data table pagination
-
Hi,
I have a table with more than 10 rows of data. I have created a custom vue directive to change the background color of a table cell based on some condition. This custom directive gets called in the first page but when I click the next page (in the pagination), it is not called.
I would appreciate for your help.
Thanks,
Ranga