NGUYEN Bao
NGUYEN Bao
### Bootstraptable version(s) affected 1.20.2 ### Description There is a bug with print / export the extension, it prints/exports all columns. But user want prints/exports data to match with show/hide...
PHP 7.4 Deprecated function : Array and string offset access syntax with curly braces is deprecated
I got some warning for PHP 7.4 Please fix in filters/FilterASCIIHex.php line 57 `$hex .= sprintf("%02x", ord($str{$i}));` to $hex .= sprintf("%02x", ord($str[$i]));
i got some warning php in fpdm.php line 550 `$buffer=implode("\n",$this->pdf_entries);` sometime $this->pdf_entries is null it is not array suggestion `$buffer=implode("\n",!empty($this->pdf_entries) ? $this->pdf_entries : []);` another warning php in fpdm.php line...
Hello, I use luckysheet.toJson() to get all values but there are too many blank cells. How can all blank cells be reduced 
Hi. Is there a way to add another palette? I have a list guard, trigger action, workflow. I just drag and drop text into the state and it will be...
Chào bác. Cho mình hỏi bác có database toàn bộ địa chỉ ở việtnam kg? mình muốn viết một cái autocomplete nhập địa chỉ nó trả danh sách địa chỉ...
Hello, I think vsword doesn't support header footer or I dont know how too add header and footer.
**Describe the bug** user cdn cropperjs version 1.6.1 image is data:image base64 cavans with transformY is too much it must set value 0 **To Reproduce** Steps to reproduce the behavior:...
### Bootstraptable version(s) affected 1.22.6 ### Description I use all extension together //cdn.jsdelivr.net/npm/bootstrap-table/dist/bootstrap-table.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/extensions/mobile/bootstrap-table-mobile.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/extensions/filter-control/bootstrap-table-filter-control.min.js //cdn.jsdelivr.net/npm/tableexport.jquery.plugin/tableExport.min.js //cdn.jsdelivr.net/npm/tableexport.jquery.plugin/libs/jsPDF/jspdf.umd.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/extensions/export/bootstrap-table-export.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/extensions/copy-rows/bootstrap-table-copy-rows.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/extensions/print/bootstrap-table-print.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/extensions/cookie/bootstrap-table-cookie.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/bootstrap-table-locale-all.min.js //cdn.jsdelivr.net/npm/bootstrap-table/dist/bootstrap-table.min.css It small error js. must check fn.bootstrapTable.utils...
update viet lang