ywana-core8 0.0.217 → 0.0.218

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4501,6 +4501,9 @@ var TableSelector = function TableSelector(props) {
4501
4501
  });
4502
4502
  var table = {
4503
4503
  columns: [{
4504
+ id: "id",
4505
+ label: "ID"
4506
+ }, {
4504
4507
  id: "idMatricula",
4505
4508
  label: "ID Matricula"
4506
4509
  }],