defacer
a945eab2c2
Merging from HEAD:
...
Now get_sql_sort can be called static-function-imitation style as well.
Necessary to solve SC#187 gracefully.
2005-11-13 04:45:23 +00:00
defacer
d10b0ae93e
Augment tablelib so that it can accept a default sort order.
2005-06-20 03:43:25 +00:00
defacer
680da3b4af
Added function that exports current selection for first/last initial
...
Added extra CSS class to initial bars (can now differentiate first/last)
2005-06-03 22:46:54 +00:00
defacer
1819221450
Now tablelib allows the GET variables that control sorting etc. to be
...
configured. Essential in order to allow two independent tables in the same
screen, which is required for /user/index.php.
2005-05-28 21:22:45 +00:00
moodler
27437410f4
file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000
2005-04-05 20:54:43 +00:00
mjollnir_
f53fba389a
If tablelib is going to do fullname voodoo, it should allow us to make the default order field something that makes up fullname (ie, firstname/lastname)
2005-11-18 04:19:58 +00:00
defacer
9013e4ad73
Now get_sql_sort can be called static-function-imitation style as well.
...
Necessary to solve SC#187 gracefully.
2005-11-13 04:42:21 +00:00
defacer
a5a3f48a4a
Merging from STABLE:
...
Augment tablelib so that it can accept a default sort order.
Adding default sort order to participant lists to reinstate 1.4-style behavior.
2005-06-20 03:47:19 +00:00
defacer
91bb59f49f
Merging from STABLE:
...
Added function that exports current selection for first/last initial
Added extra CSS class to initial bars (can now differentiate first/last)
2005-06-03 22:48:07 +00:00
defacer
e2ba85e99c
Merging from STABLE:
...
Now tablelib allows the GET variables that control sorting etc. to be
configured. Essential in order to allow two independent tables in the same
screen, which is required for /user/index.php.
2005-05-28 21:24:46 +00:00
moodler
0ce8ba58e8
Store flextable session cache in an independent way so they don't reset each other
2005-04-14 17:43:18 +00:00
moodler
68ffc100fa
Don't just print nothing - print "nothing to display"
2005-04-14 15:35:27 +00:00
gustav_delius
1e42af2786
added paging bar also at the bottom of the table
2005-04-13 09:57:10 +00:00
defacer
73e4f58953
Support for arbitrary number of sort columns.
...
There is an active hard limit in there which does not allow more than two,
but changing this is as simple as setting $maxsortkeys to something else.
2005-03-10 16:38:01 +00:00
defacer
554906f69a
New feature: you can now give a HTML class to a column with $table->column_class()
2005-03-08 14:57:16 +00:00
defacer
7270d81fad
New table class that makes it easy to use goodies like paging etc.
2005-03-08 11:14:15 +00:00