Yasser AlSaidi

Results 12 comments of Yasser AlSaidi

The PR fixes this issue #1147

@DavBfr so why it shows the wrong direction even if we use textDirection as RTL? can we fix it and integrated with (textDirection == TextDirection.rtl) to do my method automatically!...

see where the pagination change code and add this: ```table.toggleAllRowsSelected(false);```

dependency_overrides: flutter_chips_input: git: https://github.com/bradintheusa/flutter_chips_input

by adding this: ``` const [globalFilter, setGlobalFilter] = React.useState(null); const table = useReactTable({ ... onGlobalFilterChange: setGlobalFilter, ... state: { globalFilter, }, }); ```

how to use Date Picker to change the time in createdAt field which contain date and time together?

can we export all filterd data without to do page by page?