Forum Discussion
Resize Columns like in Default Matrix
Hi r14r,
You might be better asking these questions on a forum that's more specifically suited to JavaScript and CSS (such as stack overflow), as there are not many web developers actively around on the Power BI forums.
That being said, you can probably start with this article , which is a good walkthough on how you might build such a design using JavaScript and CSS.
You may also want to consider tabulator, which has a lot fo the functionality you're probably looking to design already built-in, and you could just focus your work on integration with Power BI. You would also be able to programmaticaly get/set column widths through its APIs, meaning that you could persist these values into suitable settings in your visual for re-use when it is re-initialised or updated.
Regards,
Daniel