silverstripe-framework/tests/forms/TableListFieldTest.yml
Sam Minnee cb86fdb3d1 BUGFIX: Fixed bug with unpaginated TableListFields. Added tests for TableListField pagination
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@60573 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-08-13 01:39:46 +00:00

22 lines
254 B
YAML

TableListFieldTest_Obj:
one:
A: a1
B: b1
C: c1
two:
A: a2
B: b2
C: c2
three:
A: a3
B: b3
C: c3
four:
A: a4
B: b4
C: c4
five:
A: a5
B: b5
C: c5