adding dynamic css class for oj-table issue
Summary
adding dynamic css class for oj-table issueContent
Hi All,
I have one oj-table and added one variable in the class property of table and added some default value to the variable so on page load the oj-table is loading fine.
On search button click modifying the value of the css variable in JS and assigning the result to the css variable.
This is working perfectly fine and as expected in a new poc application, but when I implement the same logic in my actual application the set of css variable is not working properly.
Add css classes in webapp/html (same as poc app), created variable and oj-table as in poc app but after clicking on search the same logic and the same classes are working fine in poc app but the same code is not working in main app.
Tagged:
0