You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I want to calculate table columns width dynamically. Because my columns count will be dynamic, not fixed count. But st-ratio can not be declared as a function? Could you please help me?
And also I searched st-ratio in smart-table directive is it as function or not. I could not found anything about it.
stRatio isn't in the main SmartTable. It is just an exmaple directive in the documentation and it will just add the width to the element like you can see in the documentation.
Hi all,
I want to calculate table columns width dynamically. Because my columns count will be dynamic, not fixed count. But st-ratio can not be declared as a function? Could you please help me?
And also I searched st-ratio in smart-table directive is it as function or not. I could not found anything about it.
I write my html code like below:
and in my function I returned float after calculation. But it does not work.
The text was updated successfully, but these errors were encountered: