bs_flutter_datatable_2 1.2.5
bs_flutter_datatable_2: ^1.2.5 copied to clipboard
Simple way to show data using jQuery datatables.net response
##1.2.5
- Bug pagination fixed
- Nullable source data
- Refresh datatables
1.2.1 #
- Showing data from List
- Add
adddaninsertmethod for data list - Add customize cell padding and alignment
1.1.3 #
- Mobile padding bug fixed
- Property
pageLengthandsearchablehas been removed, to hide/show you can usecustomizeLayout - Adding properties
cutomizeLayoutto customize table, pageLength, and etc layout position - Property
controllermerge to property source class - Rename refresh function to reload
- Make datatable source class to simply way, but class property and function still same
- Change property type
paginationfrom List - Adding class
BsPaginationButtonsto defined pagination buttons order - Rename class
BsPaginateButtontoBsPaginationButton - Rename class
BsPaginateButtonStyletoBsPaginationButtonStyle - Fixed responsive and pagination issue
- Minor bug fixed
- Responsive bug fixed
1.0.4 #
- Minor bug fixed
- serverside order process fixed
1.0.1 #
- Remove append(Left, Right) header/footer, prepend(Left, Right) header/footer
1.0.0 #
- Initial release