Ben Thomson
|
aee4205b44
|
Fix datatable alias to be a single string (#4231)
Credit to @bennothommo
|
2019-04-03 15:48:15 -06:00 |
|
Ben Thomson
|
970d5622c0
|
Allow datatables to work within a repeater (#4102)
Fixes #4063. Credit to @bennothommo.
|
2019-02-04 12:50:40 -06:00 |
|
Samuel Georges
|
b841f9e066
|
{@inheritDoc} -> @inheritDoc
|
2017-03-16 06:26:14 +11:00 |
|
Samuel Georges
|
e9c7e6b9d1
|
No it is not safe to share the alias and field name...
The field name could be nested, for example: user[data]
Using this as an alias is user[data]::onDoSomething
Resulting in an invalid AJAX handler name
|
2016-03-17 19:50:34 +11:00 |
|
flynsarmy
|
c62eb8fb86
|
Remove brackets from table widget alias
|
2016-02-04 21:25:33 +10:00 |
|
Samuel Georges
|
3eede4a7b7
|
Reorganise and improve RelationController
Fix bug in DataTable limited to 10 records
|
2015-03-27 22:20:52 +11:00 |
|
Samuel Georges
|
44b037c21c
|
Prevents doubling up of dataset
|
2015-03-25 19:33:19 +11:00 |
|
Samuel Georges
|
3c2494aa83
|
Improve DataTable form widget, fixes vague error in RecordFinder
|
2015-03-24 20:10:45 +11:00 |
|
Samuel Georges
|
85c47c4e01
|
public -> protected $defaultAlias
|
2015-02-28 12:43:53 +11:00 |
|
Samuel Georges
|
b1b700368f
|
Radical reorg of some classes
|
2015-01-28 11:49:54 +11:00 |
|
alekseybobkov
|
c26545913c
|
Improvements in the table widget, added new events to the CMS core, form styling, added support for the Table widget in in the CMS area.
|
2015-01-07 22:21:52 -08:00 |
|
alekseybobkov
|
e3216614a9
|
Added code comments
|
2015-01-04 20:32:34 -08:00 |
|
Samuel Georges
|
d91d4112a5
|
getLoadData -> getLoadValue
|
2015-01-05 09:45:04 +11:00 |
|
Samuel Georges
|
0be582c42d
|
getSaveData -> getSaveValue
|
2015-01-05 09:43:39 +11:00 |
|
Samuel Georges
|
be702900d7
|
Rem debug code
|
2015-01-03 13:20:40 +11:00 |
|
Samuel Georges
|
7dd147a62a
|
Create initial DataTable form widget
|
2015-01-03 11:57:50 +11:00 |
|