PDA

View Full Version : alphabetical order in tables


sure
06-08-2005, 01:56 AM
hi,
i want to create (generate?) table with names of the streets in alphabetical order.
names are in .txt file.

(second question and wish is if it's possible to make elements in the table clickable) :wow

thank you.
(sorry for my poor english)

Corey
06-08-2005, 02:21 AM
Hi. Sounds like a perfect job for the new data grid. :)

http://indigorose.com/forums/showthread.php?t=11499&highlight=data+grid

csd214
06-08-2005, 08:20 AM
Yeah, the DataGrid object is a treasure! But if you are living outside the English spoken area you have to use the LuaCom os.setlocale() to have a proper result, otherwise the DataGrid.SetSortAscending() outputs the same result as Table.Sort().

Take a look at Brett's tip; Changing the Locale (http://www.indigorose.com/forums/showthread.php?t=7886)