You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, react-bootstrap-table2 already in development, feel free to ask any useful feature :) I hope most of user can switch to react-bootstrap-table finally. But we still have a long road need to walk.
Now I have table with 3 columns with types:
string, integer, integer, (example of values: Pre-Test | 3 | 100)
And after export I have the following values in .csv file:
"Pre-Test:","3","100"
Are there any way to get something like this:
"Pre-Test:",3,100
Thanks in advance.
The text was updated successfully, but these errors were encountered: