Update bas_vk_tab.html
Browse files- bas_vk_tab.html +3 -3
bas_vk_tab.html
CHANGED
@@ -255,9 +255,9 @@ button:hover, #filter-clear:hover, #download-json:hover, #take-for-yourself:hove
|
|
255 |
selectable: true, // enable row selection
|
256 |
columns: [
|
257 |
{title:"Номер в списке", field:"id"},
|
258 |
-
{title:"Имя", field:"name", width:
|
259 |
-
{title:"Город", field:"b_city", width:
|
260 |
-
{title:"Email", field:"email", width:
|
261 |
|
262 |
|
263 |
|
|
|
255 |
selectable: true, // enable row selection
|
256 |
columns: [
|
257 |
{title:"Номер в списке", field:"id"},
|
258 |
+
{title:"Имя", field:"name", width:85},
|
259 |
+
{title:"Город", field:"b_city", width:85},
|
260 |
+
{title:"Email", field:"email", width:85},
|
261 |
|
262 |
|
263 |
|