View Single Post
04-19-18, 06:37 PM   #1
Sharji
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 14
Table widget library

Hello

I have been using Lib ScrollingTable (https://www.wowace.com/projects/lib-st/) to display tabular data but now I need something more complex.

This lib cannot handle anything more than text while I need to have something like this:


+---------------------+----------------+-------------+
| Icon | Name | Price |
+---------------------+----------------+-------------+
| [ICON WITH TOOLTIP] | Some Item Name | 50g 30s 24c |
| [ICON WITH TOOLTIP] | Some Item Name | 50g 30s 24c |
| [ICON WITH TOOLTIP] | Some Item Name | 50g 30s 24c |
+---------------------+----------------+-------------+


It doesn't need to be sortable or have any fireworks. I don't even need a headers
I just need Icon with tooltip in one column and text in other 2 columns.
Other than that I need a scrollbar and on click event on a row.

Is there anything ready to use that has those capabilities? Maybe even built in WoW already?
  Reply With Quote