bs_flutter_datatable 1.2.5 bs_flutter_datatable: ^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
add
daninsert
method for data list - Add customize cell padding and alignment
1.1.3 #
- Mobile padding bug fixed
- Property
pageLength
andsearchable
has been removed, to hide/show you can usecustomizeLayout
- Adding properties
cutomizeLayout
to customize table, pageLength, and etc layout position - Property
controller
merge 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
pagination
from List - Adding class
BsPaginationButtons
to defined pagination buttons order - Rename class
BsPaginateButton
toBsPaginationButton
- Rename class
BsPaginateButtonStyle
toBsPaginationButtonStyle
- 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