Skip to content

Releases: FrenchFrogs/framework

Add json decode field inside table

02 Mar 10:25
Compare
Choose a tag to compare

Add the possibility to extract data from json fields inside the table

Just set up the field you wanna decode
Field key will be _FIELD__DECODEFIELD

exemple extract "message" from "parameters"

$table->addJsonField('parameters');
$table->addText('_parameters__message', 'Message');

1.3.3.3

28 Jan 16:52
Compare
Choose a tag to compare

Fix multidb

Fix pre render

28 Jan 09:13
Compare
Choose a tag to compare
1.3.3.2

fix pre element render

Fix count table group by query

27 Jan 09:16
Compare
Choose a tag to compare
1.3.3.1

fix count table on group by function

Add colomun table and form element

27 Jan 07:22
Compare
Choose a tag to compare
ajout du redirection javascript + colonne table + element ro pour le …

…form

Fix getCast protected to public

25 Jan 11:11
Compare
Choose a tag to compare
1.3.2

fix getCasts

Some fix on nullable value form

22 Jan 09:26
Compare
Choose a tag to compare
1.3.1

some fix for nullable value

Add readonly element to form

19 Jan 12:00
Compare
Choose a tag to compare
1.3

add lot of feature inside form

Add populate function and some table and forma fix

18 Jan 15:15
Compare
Choose a tag to compare
1.2

add some validation and js fonction

Some fix for laravel 5.2

14 Jan 12:49
Compare
Choose a tag to compare

Some fix for laravel 5.2