AllenFang / AllenFang/react-bootstrap-table

Not able to resize columns in body table using jquery-ui

Abierto
#932 4 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
JavaScript
Estrellas
2.2k
Forks
761
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hi Allen,



componentDidMount(){
$(function () {
$('table th').resizable({
handles: 'e',
minWidth: 18
});
$('table td').resizable({
handles: 'e',
minWidth: 18
});
});
}

I have added the above files in my html and the code in my class , in which I am rendering bootstrap table
with this I am able to resize the table header columns alone, but not the table body columns

How can I make if table header is resized, the entire column should be resized in table body as well

Thanks in advance

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.