Skip to content

Commit 6933e81

Browse files
committed
Top comment in table test
1 parent 34e2e81 commit 6933e81

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Plugin_TableTest.as

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
#name "Table test"
1+
#name "Table example"
22
#author "Miss"
33
#category "Examples"
44

5+
/* This example shows how the tables UI works. It consists of the basics, which is simply drawing
6+
* the rows and columns, as well as sorting.
7+
*/
8+
59
class Item
610
{
711
int m_a;

0 commit comments

Comments
 (0)